Add new access object callback
[framework/web/webkit-efl.git] / LayoutTests / media / controls-styling-strict.html
1 <!DOCTYPE HTML>
2 <html>
3     <head>
4         <script src="media-file.js"></script>
5         <script src="video-paint-test.js"></script>
6         <style>
7             video:nth-of-type(1) {
8                 font: bold italic 30px monospace;
9                 color: red;
10             }
11         </style>
12     </head>
13     <body onload="setSrcByTagName('video', findMediaFile('video', 'content/test')); init();">
14         <p>The look of the controls should not change when styled under strict mode.</p>
15         <video controls></video>
16         <video controls></video>
17     </body>
18 </html>