[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

ojan at chromium.org ojan at chromium.org
Thu Apr 8 01:09:50 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 95fffa24fdda636ee351664543ff1fac0f3f8f8a
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