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

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

Issue 2400543002: [Cast, Tests] Handle low end and JB devices that don't preload videos (Closed)
Patch Set: Created 4 years, 2 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="test2.webm" controls id="video"></video> 4 <video src="test2.webm" controls id="video"></video>
5 <script>
6 function loadvideo() {
7 var video = document.getElementById('video');
8 video.load();
9 }
10 </script>
11 <button id="button1" onclick="loadvideo()">Click me</button>
5 </body> 12 </body>
6 </html> 13 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/android/media/simple_video.html ('k') | chrome/test/data/android/media/two_videos.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698