[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

simon.fraser at apple.com simon.fraser at apple.com
Wed Dec 22 18:09:32 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 097870828f870e750377b68adf459a89a796d34c
Author: simon.fraser at apple.com <simon.fraser at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 8 02:44:11 2010 +0000

    2010-12-07  Simon Fraser  <simon.fraser at apple.com>
    
            Relax the matching tolerance to reduce flakiness.
    
            * transitions/border-radius-transition.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73487 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index a315039..59b6378 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-07  Simon Fraser  <simon.fraser at apple.com>
+
+        Relax the matching tolerance to reduce flakiness.
+
+        * transitions/border-radius-transition.html:
+
 2010-11-29  Mihai Parparita  <mihaip at chromium.org>
 
         Reviewed by Adam Barth.
diff --git a/LayoutTests/transitions/border-radius-transition.html b/LayoutTests/transitions/border-radius-transition.html
index 99b685c..b4434fc 100644
--- a/LayoutTests/transitions/border-radius-transition.html
+++ b/LayoutTests/transitions/border-radius-transition.html
@@ -34,8 +34,8 @@
 
     const expectedValues = [
       // [time, element-id, property, expected-value, tolerance]
-      [0.25, 'box', 'border-top-left-radius', 25, 2],
-      [0.25, 'box2', '-webkit-border-top-left-radius', 25, 2],
+      [0.25, 'box', 'border-top-left-radius', 25, 5],
+      [0.25, 'box2', '-webkit-border-top-left-radius', 25, 5],
     ];
   
     function setupTest()

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list