Title: [202128] trunk/LayoutTests
Revision
202128
Author
d...@apple.com
Date
2016-06-16 10:43:43 -0700 (Thu, 16 Jun 2016)

Log Message

[mac] LayoutTest transforms/undecomposable.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=158816

Another attempt to deflake this test. Or is it unflake? I don't know.

* transforms/undecomposable.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (202127 => 202128)


--- trunk/LayoutTests/ChangeLog	2016-06-16 17:10:38 UTC (rev 202127)
+++ trunk/LayoutTests/ChangeLog	2016-06-16 17:43:43 UTC (rev 202128)
@@ -1,3 +1,12 @@
+2016-06-16  Dean Jackson  <d...@apple.com>
+
+        [mac] LayoutTest transforms/undecomposable.html is a flaky timeout
+        https://bugs.webkit.org/show_bug.cgi?id=158816
+
+        Another attempt to deflake this test. Or is it unflake? I don't know.
+
+        * transforms/undecomposable.html:
+
 2016-06-16  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         Sporadic crash in HashTableAddResult following CSSValuePool::createFontFamilyValue

Modified: trunk/LayoutTests/transforms/undecomposable.html (202127 => 202128)


--- trunk/LayoutTests/transforms/undecomposable.html	2016-06-16 17:10:38 UTC (rev 202127)
+++ trunk/LayoutTests/transforms/undecomposable.html	2016-06-16 17:43:43 UTC (rev 202128)
@@ -3,8 +3,7 @@
     width: 100px;
     height: 100px;
     background-color: blue;
-    animation-name: funky;
-    animation-duration: 100ms;
+    animation-duration: 200ms;
 }
 
 @keyframes funky {
@@ -25,5 +24,8 @@
         window.testRunner.notifyDone();
     }, false);
 }
+window.addEventListener("load", function () {
+    document.querySelector(".box").style.animationName = "funky";
+}, false);
 </script>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to