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: https://svn.webkit.org/repository/webkit/trunk@234428
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2018-07-31 Ryan Haddad <ryanhaddad@apple.com>
+
+ 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 <magomez@igalia.com>
[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"
run('video.setAttribute("autoplay", "")');
run('document.body.appendChild(video)');
waitForEventAndEnd('playing');
- failTestIn(1000);
});
}
</script>