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

Side by Side Diff: trunk/src/content/test/data/media/mse_config_change.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 <html> 1 <html>
2 <head> 2 <head>
3 <title>Test media source config changes.</title> 3 <title>Test media source config changes.</title>
4 </head> 4 </head>
5 <body onload="runTest();"> 5 <body onload="runTest();">
6 <video controls></video> 6 <video controls></video>
7 <script src="media_utils.js" type="text/javascript"></script> 7 <script src="media_utils.js" type="text/javascript"></script>
8 <script src="media_source_utils.js" type="text/javascript"></script> 8 <script src="media_source_utils.js" type="text/javascript"></script>
9 <script src="encrypted_media_utils.js" type="text/javascript"></script> 9 <script src="encrypted_media_utils.js" type="text/javascript"></script>
10 <script type="text/javascript"> 10 <script type="text/javascript">
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 appendNextSource); 123 appendNextSource);
124 } else { 124 } else {
125 var mediaSource = loadMediaSource(MEDIA_1, mediaType, 125 var mediaSource = loadMediaSource(MEDIA_1, mediaType,
126 appendNextSource); 126 appendNextSource);
127 video.src = window.URL.createObjectURL(mediaSource); 127 video.src = window.URL.createObjectURL(mediaSource);
128 } 128 }
129 } 129 }
130 </script> 130 </script>
131 </body> 131 </body>
132 </html> 132 </html>
OLDNEW
« no previous file with comments | « trunk/src/content/test/data/media/media_utils.js ('k') | trunk/src/content/test/data/media/player.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698