OLD | NEW |
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> |
OLD | NEW |