Changeset 52999 in webkit


Ignore:
Timestamp:
Jan 8, 2010 11:58:18 AM (14 years ago)
Author:
ojan@chromium.org
Message:

2010-01-06 Ojan Vafai <ojan@chromium.org>

Reviewed by Eric Seidel.

transitions/shorthand-border-transitions.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=33276

Yet another transitions test that doesn't give consistent
wiggle room. Make all the wiggle rooms account for >=200ms
instead of some that were only giving 100ms wiggle room.

  • transitions/shorthand-border-transitions.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r52994 r52999  
     12010-01-06  Ojan Vafai  <ojan@chromium.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        transitions/shorthand-border-transitions.html is flaky
     6        https://bugs.webkit.org/show_bug.cgi?id=33276
     7
     8        Yet another transitions test that doesn't give consistent
     9        wiggle room. Make all the wiggle rooms account for >=200ms
     10        instead of some that were only giving 100ms wiggle room.
     11
     12        * transitions/shorthand-border-transitions.html:
     13
    1142010-01-08  Chris Fleizach  <cfleizach@apple.com>
    215
  • trunk/LayoutTests/transitions/shorthand-border-transitions.html

    r40051 r52999  
    5353      // [time, element-id, property, expected-value, tolerance]
    5454      // color and width of each side should be animating
    55       [0.5, 'box', 'border-top-color', [128, 0, 128], 10],
    56       [0.5, 'box', 'border-right-color', [128, 0, 128], 10],
    57       [0.5, 'box', 'border-bottom-color', [128, 0, 128], 10],
    58       [0.5, 'box', 'border-left-color', [128, 0, 128], 10],
     55      [0.5, 'box', 'border-top-color', [128, 0, 128], 15],
     56      [0.5, 'box', 'border-right-color', [128, 0, 128], 15],
     57      [0.5, 'box', 'border-bottom-color', [128, 0, 128], 15],
     58      [0.5, 'box', 'border-left-color', [128, 0, 128], 15],
    5959      [0.5, 'box', 'border-top-width', 10, 1],
    6060      [0.5, 'box', 'border-right-width', 10, 1],
     
    6868      // border-width should be animating
    6969      [0.5, 'box2', 'border-top-width', 10, 1],
    70       [0.5, 'box2', 'border-bottom-width', 20, 1],
     70      [0.5, 'box2', 'border-bottom-width', 20, 2],
    7171    ];
    7272   
Note: See TracChangeset for help on using the changeset viewer.