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

Side by Side Diff: content/test/data/media/session/media-session.html

Issue 1862203003: [MediaSession, Test] Move MediaSession test data to all-platforms directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing... Created 4 years, 8 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Test page for MediaSession.java</title> 4 <title>Test page for MediaSession.java</title>
5 <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=n o"> 5 <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=n o">
6 </head> 6 </head>
7 <body> 7 <body>
8 <audio id='very-short-audio' controls> 8 <audio id='very-short-audio' controls>
9 <source src='audio-1second.ogg'> 9 <source src='audio-1second.ogg'>
10 </audio> 10 </audio>
(...skipping 16 matching lines...) Expand all
27 <source src='video-6seconds-silent.webm'> 27 <source src='video-6seconds-silent.webm'>
28 </video> 28 </video>
29 </body> 29 </body>
30 <script> 30 <script>
31 longVideo = document.getElementById("long-video"); 31 longVideo = document.getElementById("long-video");
32 longVideo.addEventListener("play", function(e) { 32 longVideo.addEventListener("play", function(e) {
33 33
34 }); 34 });
35 </script> 35 </script>
36 </html> 36 </html>
OLDNEW
« no previous file with comments | « content/test/data/media/session/audio-6seconds.ogg ('k') | content/test/data/media/session/video-1second.webm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698