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

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

Issue 1110833004: Move audio focus control from media/ to content/ and make it per WebContents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments and compile Created 5 years, 7 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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Test page for MediaSession.java</title>
5 <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=n o">
6 </head>
7 <body>
8 <audio id='short-audio' controls>
9 <source src='../media/bear.webm'>
10 </audio>
11 <audio id='long-audio' controls>
12 <source src='../media/tulip2.webm'>
13 </audio>
14 <video id='short-video' controls>
15 <source src='../media/bear.webm'>
16 </video>
17 <video id='long-video' controls>
18 <source src='../media/tulip2.webm'>
19 </video>
20 </body>
21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698