Title: [234429] branches/safari-606-branch/LayoutTests
Revision
234429
Author
[email protected]
Date
2018-07-31 10:52:27 -0700 (Tue, 31 Jul 2018)

Log Message

Cherry-pick r234428. rdar://problem/42387347

    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:

    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@234428 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-606-branch/LayoutTests/ChangeLog (234428 => 234429)


--- branches/safari-606-branch/LayoutTests/ChangeLog	2018-07-31 16:52:42 UTC (rev 234428)
+++ branches/safari-606-branch/LayoutTests/ChangeLog	2018-07-31 17:52:27 UTC (rev 234429)
@@ -1,5 +1,32 @@
 2018-07-31  Ryan Haddad  <[email protected]>
 
+        Cherry-pick r234428. rdar://problem/42387347
+
+    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:
+    
+    
+    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@234428 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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  Ryan Haddad  <[email protected]>
+
         Cherry-pick r234379. rdar://problem/42387347
 
     Rebaseline fast/forms/file/input-file-re-render.html for Mojave.

Modified: branches/safari-606-branch/LayoutTests/media/video-add-autoplay-user-gesture.html (234428 => 234429)


--- branches/safari-606-branch/LayoutTests/media/video-add-autoplay-user-gesture.html	2018-07-31 16:52:42 UTC (rev 234428)
+++ branches/safari-606-branch/LayoutTests/media/video-add-autoplay-user-gesture.html	2018-07-31 17:52:27 UTC (rev 234429)
@@ -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