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

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

Issue 1810333004: Replace proprietary codec based test media with open codec based versions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable test per zqzhang. Created 4 years, 9 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.mp4" controls id="video"></video> 4 <video src="test.webm" controls id="video"></video>
5 <video src="test2.mp4" controls id="video2"></video> 5 <video src="test2.webm" controls id="video2"></video>
6 </body> 6 </body>
7 </html> 7 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/android/media/test2.webm ('k') | chrome/test/data/android/media/video-fullscreen.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698