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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/android/media/simple_video.html
diff --git a/chrome/test/data/android/media/simple_video.html b/chrome/test/data/android/media/simple_video.html
index 4a6496e08d0835a330a54256783d5a86296a596a..f950ecbdfd0b286ff852cad4f6eea33e45ad5c5e 100644
--- a/chrome/test/data/android/media/simple_video.html
+++ b/chrome/test/data/android/media/simple_video.html
@@ -1,6 +1,6 @@
<html>
<title>test</title>
<body bgcolor="Silver">
-<video src="test.webm" controls id="video"></video>
+<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.
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698