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

Side by Side Diff: chrome/test/data/android/media/video-fullscreen.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script> 2 <script>
3 document.onclick = function() { 3 document.onclick = function() {
4 var video = document.getElementsByTagName('video')[0]; 4 var video = document.getElementsByTagName('video')[0];
5 video.webkitRequestFullscreen(); 5 video.webkitRequestFullscreen();
6 }; 6 };
7 </script> 7 </script>
8 <body> 8 <body>
9 <video src="test.mp4" controls id="video"></video> 9 <video src="test.webm" controls id="video"></video>
10 </body> 10 </body>
11 </html> 11 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/android/media/two_videos.html ('k') | chrome/test/data/android/media/video-play.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698