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

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

Issue 2518063006: Fixing MediaFling tests (Closed)
Patch Set: addressed nits from mustaq Created 4 years 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
« no previous file with comments | « chrome/test/data/android/media/simple_video2.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
5 <video src="test2.webm" controls id="video2"></video> 5 <video src="test2.webm" controls id="video2" width=500></video>
6 </body> 6 </body>
7 </html> 7 </html>
OLDNEW
« 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