Changeset 53336 in webkit


Ignore:
Timestamp:
Jan 15, 2010 10:56:44 AM (14 years ago)
Author:
ojan@chromium.org
Message:

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

Reviewed by Adam Barth.

transitions/shorthand-border-transitions.html is still flaky on slower bots
https://bugs.webkit.org/show_bug.cgi?id=33721

Increase the tolerance. The test still tests what it was meant to.

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r53333 r53336  
     12010-01-15  Ojan Vafai  <ojan@chromium.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        transitions/shorthand-border-transitions.html is still flaky on slower bots
     6        https://bugs.webkit.org/show_bug.cgi?id=33721
     7
     8        Increase the tolerance. The test still tests what it was meant to.
     9
     10        * transitions/shorthand-border-transitions.html:
     11
    1122010-01-14  Ojan Vafai  <ojan@chromium.org>
    213
  • trunk/LayoutTests/transitions/shorthand-border-transitions.html

    r53302 r53336  
    5353      // [time, element-id, property, expected-value, tolerance]
    5454      // color and width of each side should be animating
    55       [0.25, 'box', 'border-top-color', [128, 0, 128], 20],
    56       [0.25, 'box', 'border-right-color', [128, 0, 128], 20],
    57       [0.25, 'box', 'border-bottom-color', [128, 0, 128], 20],
    58       [0.25, 'box', 'border-left-color', [128, 0, 128], 20],
     55      [0.25, 'box', 'border-top-color', [128, 0, 128], 30],
     56      [0.25, 'box', 'border-right-color', [128, 0, 128], 30],
     57      [0.25, 'box', 'border-bottom-color', [128, 0, 128], 30],
     58      [0.25, 'box', 'border-left-color', [128, 0, 128], 30],
    5959      [0.25, 'box', 'border-top-width', 10, 2],
    6060      [0.25, 'box', 'border-right-width', 10, 2],
Note: See TracChangeset for help on using the changeset viewer.