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

Side by Side Diff: third_party/WebKit/LayoutTests/media/video-poster-scale.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 <!DOCTYPE HTML5> 1 <!DOCTYPE HTML5>
2 2
3 <html> 3 <html>
4 <head> 4 <head>
5 <title>'poster' aspect ratio test</title> 5 <title>'poster' aspect ratio test</title>
6 <!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956 6 <!-- TODO(foolip): Convert test to testharness.js. crbug.com/588956
7 (Please avoid writing new tests using video-test.js) --> 7 (Please avoid writing new tests using video-test.js) -->
8 <script src=video-test.js></script> 8 <script src=video-test.js></script>
9 <style> 9 <style>
10 video { 10 video {
11 border: 3px solid red; 11 border: 3px solid red;
12 background-color: #ee00ee; 12 background-color: #ee00ee;
13 } 13 }
14 #wide { width: 320px; height: 150px; } 14 #wide { width: 320px; height: 150px; }
15 #tall { width: 150px; height: 320px; } 15 #tall { width: 150px; height: 320px; }
16 #big { width: 320px; height: 240px; } 16 #big { width: 320px; height: 240px; }
(...skipping 22 matching lines...) Expand all
39 <br> 39 <br>
40 <video poster="content/abe.png" id=just_right></video> 40 <video poster="content/abe.png" id=just_right></video>
41 <video poster="content/abe.png" id=no-style></video> 41 <video poster="content/abe.png" id=no-style></video>
42 <br> 42 <br>
43 <video poster="content/abe.png" id=skinny></video> 43 <video poster="content/abe.png" id=skinny></video>
44 <video poster="content/abe.png" id=big></video> 44 <video poster="content/abe.png" id=big></video>
45 <video poster="content/abe.png" id=short></video> 45 <video poster="content/abe.png" id=short></video>
46 <br> 46 <br>
47 </body> 47 </body>
48 </html> 48 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698