Title: [234428] trunk/LayoutTests
Revision
234428
Author
[email protected]
Date
2018-07-31 09:52:42 -0700 (Tue, 31 Jul 2018)

Log Message

Layout Test media/video-add-autoplay-user-gesture.html is flaky.
https://bugs.webkit.org/show_bug.cgi?id=174591

Reviewed by Darin Adler.

Remove the 1000ms restriction for this test to complete in order to eliminate flakiness.

* media/video-add-autoplay-user-gesture.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (234427 => 234428)


--- trunk/LayoutTests/ChangeLog	2018-07-31 16:31:47 UTC (rev 234427)
+++ trunk/LayoutTests/ChangeLog	2018-07-31 16:52:42 UTC (rev 234428)
@@ -1,3 +1,14 @@
+2018-07-31  Ryan Haddad  <[email protected]>
+
+        Layout Test media/video-add-autoplay-user-gesture.html is flaky.
+        https://bugs.webkit.org/show_bug.cgi?id=174591
+
+        Reviewed by Darin Adler.
+
+        Remove the 1000ms restriction for this test to complete in order to eliminate flakiness.
+
+        * media/video-add-autoplay-user-gesture.html:
+
 2018-07-31  Miguel Gomez  <[email protected]>
 
         [WPE] webanimations/partly-accelerated-transition-by-removing-property.html is failing since added in r234250 "[Web Animations] REGRESSION: transition added immediately after element creation doesn't work"

Modified: trunk/LayoutTests/media/video-add-autoplay-user-gesture.html (234427 => 234428)


--- trunk/LayoutTests/media/video-add-autoplay-user-gesture.html	2018-07-31 16:31:47 UTC (rev 234427)
+++ trunk/LayoutTests/media/video-add-autoplay-user-gesture.html	2018-07-31 16:52:42 UTC (rev 234428)
@@ -13,7 +13,6 @@
             run('video.setAttribute("autoplay", "")');
             run('document.body.appendChild(video)');
             waitForEventAndEnd('playing');
-            failTestIn(1000);
         });
     }
     </script>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to