Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Side by Side Diff: LayoutTests/media/video-preload-none-no-stalled-event.html

Issue 327553002: Transition networkState back to NETWORK_IDLE on fetch if preload=none (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: deferredLoad -> deferLoad. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/media/video-preload-none-no-stalled-event-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script src=media-file.js></script>
3 <script src=video-test.js></script>
4 <script>
5 function runTest()
6 {
7 findMediaElement();
8
9 waitForEventAndEnd("suspend");
10 waitForEventAndFail("stalled");
11 consoleWrite("");
12
13 video.src = findMediaFile("video", "content/test");
14 }
15 </script>
16 <body onload="runTest()">
17 <p>Test to see if a media element with preload=none dispatches a 'stalled' eve nt.</p>
18 <video preload=none></video>
19 </body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/media/video-preload-none-no-stalled-event-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698