graouts@webkit.org | 0d180e7 | 2017-01-20 12:17:50 +0000 | [diff] [blame] | 1 | <!-- webkit-test-runner [ enableModernMediaControls=false ] --> |
pdherbemont@apple.com | 1afd57a | 2009-07-07 18:02:52 +0000 | [diff] [blame] | 2 | <html> |
| 3 | <head> |
mihaip@chromium.org | 9d9ccc1 | 2011-02-24 23:10:46 +0000 | [diff] [blame] | 4 | <script src="media-file.js"></script> |
pdherbemont@apple.com | 1afd57a | 2009-07-07 18:02:52 +0000 | [diff] [blame] | 5 | <script src="video-paint-test.js"></script> |
| 6 | <style> |
| 7 | .override { |
| 8 | letter-spacing: 30px; |
| 9 | word-spacing: 30px; |
| 10 | line-height: 100px; |
| 11 | text-transform: capitalize; |
| 12 | text-indent: 10px; |
| 13 | text-shadow: red 1px 1px 1px; |
| 14 | text-decoration: underline; |
| 15 | color: blue; |
| 16 | } |
| 17 | </style> |
| 18 | </head> |
eric@webkit.org | 0b03bb1 | 2009-09-09 23:55:07 +0000 | [diff] [blame] | 19 | <body onload="setSrcByTagName('video', findMediaFile('video', 'content/test')); init()"> |
pdherbemont@apple.com | 1afd57a | 2009-07-07 18:02:52 +0000 | [diff] [blame] | 20 | <p>The look of the controls should not change.</p> |
| 21 | <div class="override"> |
eric@webkit.org | 0b03bb1 | 2009-09-09 23:55:07 +0000 | [diff] [blame] | 22 | <video controls></video> |
pdherbemont@apple.com | 1afd57a | 2009-07-07 18:02:52 +0000 | [diff] [blame] | 23 | </div> |
eric@webkit.org | 0b03bb1 | 2009-09-09 23:55:07 +0000 | [diff] [blame] | 24 | <video controls></video> |
pdherbemont@apple.com | 1afd57a | 2009-07-07 18:02:52 +0000 | [diff] [blame] | 25 | </body> |
| 26 | </html> |