Title: [138128] trunk/LayoutTests
Revision
138128
Author
commit-qu...@webkit.org
Date
2012-12-19 00:41:02 -0800 (Wed, 19 Dec 2012)

Log Message

transitions/interrupted-accelerated-transition.html should use pauseAPI
https://bugs.webkit.org/show_bug.cgi?id=103524

Patch by Jussi Kukkonen <jussi.kukko...@intel.com> on 2012-12-19
Reviewed by Simon Fraser.

In certain situations interrupted-accelerated-transition.html exceeds the
test tolerance, making the test flaky. Use the pauseAPI so we don't
depend on _javascript_ timing.

* transitions/resources/interrupted-accelerated-transition-final.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (138127 => 138128)


--- trunk/LayoutTests/ChangeLog	2012-12-19 08:23:27 UTC (rev 138127)
+++ trunk/LayoutTests/ChangeLog	2012-12-19 08:41:02 UTC (rev 138128)
@@ -1,3 +1,16 @@
+2012-12-19  Jussi Kukkonen  <jussi.kukko...@intel.com>
+
+        transitions/interrupted-accelerated-transition.html should use pauseAPI
+        https://bugs.webkit.org/show_bug.cgi?id=103524
+
+        Reviewed by Simon Fraser.
+
+        In certain situations interrupted-accelerated-transition.html exceeds the
+        test tolerance, making the test flaky. Use the pauseAPI so we don't
+        depend on _javascript_ timing.
+
+        * transitions/resources/interrupted-accelerated-transition-final.html:
+
 2012-12-19  Ilya Tikhonovsky  <loi...@chromium.org>
 
         Unreviewed gardening. Restore expectations for mac.

Modified: trunk/LayoutTests/transitions/resources/interrupted-accelerated-transition-final.html (138127 => 138128)


--- trunk/LayoutTests/transitions/resources/interrupted-accelerated-transition-final.html	2012-12-19 08:23:27 UTC (rev 138127)
+++ trunk/LayoutTests/transitions/resources/interrupted-accelerated-transition-final.html	2012-12-19 08:41:02 UTC (rev 138128)
@@ -32,7 +32,7 @@
       document.getElementById('box').className = 'faded';
     }
   
-    runTransitionTest(expectedValues, setupTest);
+    runTransitionTest(expectedValues, setupTest, usePauseAPI);
     </script>
 </head>
 <body>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to