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

Side by Side Diff: chrome/test/data/android/media/simple_video.html

Issue 2337013005: Removing media controls download button feature flag (Closed)
Patch Set: addressed comments Created 4 years, 3 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 <html> 1 <html>
2 <title>test</title> 2 <title>test</title>
3 <body bgcolor="Silver"> 3 <body bgcolor="Silver">
4 <video src="test.webm" controls id="video"></video> 4 <!-- Width should be large enough to dispaly all media controls without needing
5 an overflow menu. -->
6 <video src="test.webm" controls id="video" width=500></video>
5 </body> 7 </body>
6 </html> 8 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698