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

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

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>&lt;video&gt; element with poster size test</title> 3 <title>&lt;video&gt; element with poster size test</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=video-test.js></script> 6 <script src=video-test.js></script>
7 <script> 7 <script>
8 var posterInfo = 8 var posterInfo =
9 { 9 {
10 current:0, 10 current:0,
11 posters: 11 posters:
12 [ 12 [
13 { 13 {
14 description:", with 'width' and 'height' attributes", 14 description:", with 'width' and 'height' attributes",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 } 133 }
134 </script> 134 </script>
135 </head> 135 </head>
136 136
137 <body> 137 <body>
138 <video controls width=320 height=240></video> 138 <video controls width=320 height=240></video>
139 <p>Test &lt;video&gt; element with and without a poster.</p> 139 <p>Test &lt;video&gt; element with and without a poster.</p>
140 <script>setup();</script> 140 <script>setup();</script>
141 </body> 141 </body>
142 </html> 142 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698