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

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

Issue 1833703002: [MediaSession] Increasing media duration to reduce flakiness in MediaSessionTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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>
11 <audio id='short-audio' controls> 11 <audio id='short-audio' controls>
12 <source src='audio-2seconds.ogg'> 12 <source src='audio-4seconds.ogg'>
13 </audio> 13 </audio>
14 <audio id='long-audio' controls> 14 <audio id='long-audio' controls>
15 <source src='audio-6seconds.ogg'> 15 <source src='audio-6seconds.ogg'>
16 </audio> 16 </audio>
17 <video id='very-short-video' controls> 17 <video id='very-short-video' controls>
18 <source src='video-1second.webm'> 18 <source src='video-1second.webm'>
19 </video> 19 </video>
20 <video id='short-video' controls> 20 <video id='short-video' controls>
21 <source src='video-2seconds.webm'> 21 <source src='video-4seconds.webm'>
22 </video> 22 </video>
23 <video id='long-video' controls> 23 <video id='long-video' controls>
24 <source src='video-6seconds.webm'> 24 <source src='video-6seconds.webm'>
25 </video> 25 </video>
26 <video id='long-video-silent' controls> 26 <video id='long-video-silent' controls>
27 <source src='video-6seconds-silent.webm'> 27 <source src='video-6seconds-silent.webm'>
28 </video> 28 </video>
29 </body> 29 </body>
30 </html> 30 </html>
OLDNEW
« no previous file with comments | « content/test/data/android/media/audio-4seconds.ogg ('k') | content/test/data/android/media/video-2seconds.webm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698