Changeset 246387 in webkit
- Timestamp:
- Jun 12, 2019, 5:02:17 PM (7 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
media/video-restricted-invisible-autoplay-allowed-when-visible.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r246386 r246387 1 2019-06-12 Eric Carlson <eric.carlson@apple.com> 2 3 [High Sierra / Mojave Debug WK2] Layout Test media/video-restricted-invisible-autoplay-allowed-when-visible.html is a flaky failure 4 https://bugs.webkit.org/show_bug.cgi?id=190885 5 <rdar://problem/45590590> 6 7 Reviewed by Youenn Fablet. 8 9 * media/video-restricted-invisible-autoplay-allowed-when-visible.html: Increase the amount of 10 time it takes for the test to fail so it isn't flaky on slow machines. 11 1 12 2019-06-12 Daniel Bates <dabates@apple.com> 2 13 -
trunk/LayoutTests/media/video-restricted-invisible-autoplay-allowed-when-visible.html
r215134 r246387 20 20 { 21 21 run('document.body.appendChild(video)'); 22 failTestIn(2 50);22 failTestIn(2000); 23 23 } 24 24
Note:
See TracChangeset
for help on using the changeset viewer.