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

Side by Side Diff: media/test/data/encrypted_frame_size_change.html

Issue 408993002: Have media content and chrome browser tests load data from media/test/data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 <body onload="load()"> 3 <body onload="load()">
4 <p>Tests decoding and rendering encrypted video element that has a changing 4 <p>Tests decoding and rendering encrypted video element that has a changing
5 resolution.</p> 5 resolution.</p>
6 <video width=320 controls></video> 6 <video width=320 controls></video>
7 <video controls></video> 7 <video controls></video>
8 <script src='eme_player_js/app_loader.js' type='text/javascript'></script> 8 <script src='eme_player_js/app_loader.js' type='text/javascript'></script>
9 <script> 9 <script>
10 var firstVideoSeek = false; 10 var firstVideoSeek = false;
(...skipping 30 matching lines...) Expand all
41 }); 41 });
42 video.currentTime = 0.5; 42 video.currentTime = 0.5;
43 }); 43 });
44 44
45 video.addEventListener('canplay', oncanplay); 45 video.addEventListener('canplay', oncanplay);
46 video.play(); 46 video.play();
47 } 47 }
48 </script> 48 </script>
49 </body> 49 </body>
50 </html> 50 </html>
OLDNEW
« no previous file with comments | « media/test/data/eme_player_js/widevine_player.js ('k') | media/test/data/media_source_player.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698