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

Unified Diff: chrome/test/data/android/media/two_videos.html

Issue 2518063006: Fixing MediaFling tests (Closed)
Patch Set: addressed nits from mustaq Created 4 years, 1 month 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
« no previous file with comments | « chrome/test/data/android/media/simple_video2.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/android/media/two_videos.html
diff --git a/chrome/test/data/android/media/two_videos.html b/chrome/test/data/android/media/two_videos.html
index 8c3518001d1032ea32099b0be372044f0a7f1640..31e00895b3263326148c009010d3544c5c0b2baa 100644
--- a/chrome/test/data/android/media/two_videos.html
+++ b/chrome/test/data/android/media/two_videos.html
@@ -1,7 +1,7 @@
<html>
<title>test</title>
<body bgcolor="Silver">
-<video src="test.webm" controls id="video"></video>
-<video src="test2.webm" controls id="video2"></video>
+<video src="test.webm" controls id="video" width=500></video>
+<video src="test2.webm" controls id="video2" width=500></video>
</body>
</html>
« no previous file with comments | « chrome/test/data/android/media/simple_video2.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698