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

Side by Side Diff: LayoutTests/media/controls-styling-strict.html

Issue 10807077: Merge 123259 - [chromium] CSS tweaks to media controls to prevent styles from being overridden (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 5 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
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/platform/chromium/TestExpectations » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="media-file.js"></script> 4 <script src="media-file.js"></script>
5 <script src="video-paint-test.js"></script> 5 <script src="video-paint-test.js"></script>
6 <style> 6 <style>
7 video:nth-of-type(1) { 7 video:nth-of-type(1) {
8 font: bold italic 30px monospace; 8 font: bold italic 30px monospace;
9 color: red; 9 color: red;
10 } 10 }
11 </style> 11 </style>
12 </head> 12 </head>
13 <body onload="setSrcByTagName('video', findMediaFile('video', 'content/test' )); init();"> 13 <body onload="setSrcByTagName('video', findMediaFile('video', 'content/test' )); init();">
14 <p>The look of the controls should not change when styled under strict m ode.</p> 14 <p>The look of the controls should not change when styled under strict m ode.</p>
15 <video controls></video> 15 <video controls></video>
16 <video controls></video> 16 <video controls></video>
17 </body> 17 </body>
18 </html> 18 </html>
OLDNEW
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/platform/chromium/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698