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

cmarrin at apple.com cmarrin at apple.com
Wed Dec 22 15:31:59 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 3859cc23d817144e06f2de1922bfc42db6251896
Author: cmarrin at apple.com <cmarrin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Nov 5 22:47:56 2010 +0000

    Increased tolerance on test due to variability of timing on the bots
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71454 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/animations/stop-animation-on-suspend.html b/LayoutTests/animations/stop-animation-on-suspend.html
index 80c8123..337c019 100644
--- a/LayoutTests/animations/stop-animation-on-suspend.html
+++ b/LayoutTests/animations/stop-animation-on-suspend.html
@@ -32,10 +32,10 @@
   
     const expectedValues = [
       // [animation-name, time, element-id, property, expected-value, tolerance]
-      ["move", 0.2, "box", "webkitTransform", [1,0,0,1, 100, 0], 15],
-      ["move", 0.2, "iframe.subframe-box", "webkitTransform", [1,0,0,1, 100, 0], 15],
-      ["move", 0.4, "box", "webkitTransform", [1,0,0,1, 200, 0], 15],
-      ["move", 0.4, "iframe.subframe-box", "webkitTransform", [1,0,0,1, 200, 0], 15],
+      ["move", 0.2, "box", "webkitTransform", [1,0,0,1, 100, 0], 30],
+      ["move", 0.2, "iframe.subframe-box", "webkitTransform", [1,0,0,1, 100, 0], 30],
+      ["move", 0.4, "box", "webkitTransform", [1,0,0,1, 200, 0], 30],
+      ["move", 0.4, "iframe.subframe-box", "webkitTransform", [1,0,0,1, 200, 0], 30],
     ];
     
     function suspend()

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list