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

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

Issue 2337013005: Removing media controls download button feature flag (Closed)
Patch Set: 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 <video src="test.webm" controls id="video" width=500></video>
whywhat 2016/09/15 18:29:48 nit: add a comment for the width to explain we don
kdsilva 2016/09/16 11:28:58 Done.
5 </body> 5 </body>
6 </html> 6 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698