Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / media / video-plays-past-end-of-test.html
blobf2f8349a84ff8d493326488093f274888cbea755
1 <p>This test intentionally lets the video keep playing past endTest() to ensure
2 that shutdown is clean, since DumpRenderTree used to crash in this case.</p>
4 <video autoplay id="video"></video>
5 <script src=media-file.js></script>
6 <script src=video-test.js></script>
7 <script type="text/javascript">
8 if (window.testRunner)
9 testRunner.dumpAsText();
10 waitForEvent("playing", null, true);
11 video.src = findMediaFile("video", "content/test");
12 </script>