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

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

Issue 2015503002: Move TODO(philipj) to TODO(foolip) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 <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 <!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956 4 <!-- TODO(foolip): Convert test to testharness.js. crbug.com/588956
5 (Please avoid writing new tests using video-test.js) --> 5 (Please avoid writing new tests using video-test.js) -->
6 <script src=../http/tests/media/video-test.js></script> 6 <script src=../http/tests/media/video-test.js></script>
7 7
8 <script> 8 <script>
9 var ctx; 9 var ctx;
10 var results = { 10 var results = {
11 current: 0, 11 current: 0,
12 values: [ 12 values: [
13 { time:0, r:255, g:255, b:0 }, 13 { time:0, r:255, g:255, b:0 },
14 { time:2, r:8, g:0, b:226 }, 14 { time:2, r:8, g:0, b:226 },
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 78
79 <div> 79 <div>
80 <video controls></video> 80 <video controls></video>
81 <canvas width="160" height="120" ></canvas> 81 <canvas width="160" height="120" ></canvas>
82 </div> 82 </div>
83 83
84 <p>Test &lt;video&gt; as a source for &lt;canvas&gt;.</p> 84 <p>Test &lt;video&gt; as a source for &lt;canvas&gt;.</p>
85 85
86 </body> 86 </body>
87 </html> 87 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698