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

Side by Side Diff: LayoutTests/media/video-canvas.html-disabled

Issue 613153002: Change <video controls=true> to just <video controls> in LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/media/video-canvas-source.html » ('j') | 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 <head> 2 <head>
3 <title>drawing &lt;video&gt; to &lt;canvas&gt;</title> 3 <title>drawing &lt;video&gt; to &lt;canvas&gt;</title>
4 <script src=../http/tests/media/video-test.js></script> 4 <script src=../http/tests/media/video-test.js></script>
5 5
6 <script> 6 <script>
7 var ctx; 7 var ctx;
8 var results = { 8 var results = {
9 current: 0, 9 current: 0,
10 values: [ 10 values: [
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 canvas = document.getElementsByTagName('canvas')[0]; 68 canvas = document.getElementsByTagName('canvas')[0];
69 waitForEvent('loadedmetadata', loadedmetadata); 69 waitForEvent('loadedmetadata', loadedmetadata);
70 run("video.src = 'content/counting.mp4'"); 70 run("video.src = 'content/counting.mp4'");
71 } 71 }
72 </script> 72 </script>
73 </head> 73 </head>
74 74
75 <body onload="start()" > 75 <body onload="start()" >
76 76
77 <div> 77 <div>
78 <video controls="true"></video> 78 <video controls></video>
79 <canvas width="160" height="120" ></canvas> 79 <canvas width="160" height="120" ></canvas>
80 </div> 80 </div>
81 81
82 <p>Test &lt;video&gt; as a source for &lt;canvas&gt;.</p> 82 <p>Test &lt;video&gt; as a source for &lt;canvas&gt;.</p>
83 83
84 </body> 84 </body>
85 </html> 85 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/media/video-canvas-source.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698