[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87

ojan at chromium.org ojan at chromium.org
Wed Jan 20 22:25:57 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit a71533ea96b64ce04999c53ffd9a005c7f356ed0
Author: ojan at chromium.org <ojan at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 15 18:56:44 2010 +0000

    2010-01-15  Ojan Vafai  <ojan at 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:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53336 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 8125c4f..39f014e 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2010-01-15  Ojan Vafai  <ojan at 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:
+
 2010-01-14  Ojan Vafai  <ojan at chromium.org>
 
         Reviewed by Eric Seidel.
diff --git a/LayoutTests/transitions/shorthand-border-transitions.html b/LayoutTests/transitions/shorthand-border-transitions.html
index ef4b9c3..fc35871 100644
--- a/LayoutTests/transitions/shorthand-border-transitions.html
+++ b/LayoutTests/transitions/shorthand-border-transitions.html
@@ -52,10 +52,10 @@
     const expectedValues = [
       // [time, element-id, property, expected-value, tolerance]
       // color and width of each side should be animating
-      [0.25, 'box', 'border-top-color', [128, 0, 128], 20],
-      [0.25, 'box', 'border-right-color', [128, 0, 128], 20],
-      [0.25, 'box', 'border-bottom-color', [128, 0, 128], 20],
-      [0.25, 'box', 'border-left-color', [128, 0, 128], 20],
+      [0.25, 'box', 'border-top-color', [128, 0, 128], 30],
+      [0.25, 'box', 'border-right-color', [128, 0, 128], 30],
+      [0.25, 'box', 'border-bottom-color', [128, 0, 128], 30],
+      [0.25, 'box', 'border-left-color', [128, 0, 128], 30],
       [0.25, 'box', 'border-top-width', 10, 2],
       [0.25, 'box', 'border-right-width', 10, 2],
       [0.25, 'box', 'border-bottom-width', 10, 2],

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list