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

Side by Side Diff: trunk/src/content/test/data/media/media_source_player.html

Issue 383063009: Revert 282795 "Have media content and chrome browser tests load ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Media Source Player</title> 4 <title>Media Source Player</title>
5 </head> 5 </head>
6 <body onload="runTest();"> 6 <body onload="runTest();">
7 <video controls></video> 7 <video controls></video>
8 <script src="media_utils.js" type="text/javascript"></script> 8 <script src="media_utils.js" type="text/javascript"></script>
9 <script src="media_source_utils.js" type="text/javascript"></script> 9 <script src="media_source_utils.js" type="text/javascript"></script>
10 <script type="text/javascript"> 10 <script type="text/javascript">
(...skipping 15 matching lines...) Expand all
26 function runTest() { 26 function runTest() {
27 loadMediaFromURL(video); 27 loadMediaFromURL(video);
28 video.addEventListener('ended', failTest); 28 video.addEventListener('ended', failTest);
29 video.addEventListener('seeked', onSeeked); 29 video.addEventListener('seeked', onSeeked);
30 video.addEventListener('timeupdate', onTimeUpdate); 30 video.addEventListener('timeupdate', onTimeUpdate);
31 video.play(); 31 video.play();
32 } 32 }
33 </script> 33 </script>
34 </body> 34 </body>
35 </html> 35 </html>
OLDNEW
« no previous file with comments | « trunk/src/content/test/data/media/encrypted_media_utils.js ('k') | trunk/src/content/test/data/media/media_source_utils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698