Add new access object callback
[framework/web/webkit-efl.git] / LayoutTests / media / video-empty-source.html
1 <html>
2     <head>
3         <script>
4             if (window.testRunner)
5                 testRunner.waitUntilDone();
6     
7             function test()
8             {
9                 if (window.testRunner)
10                     testRunner.notifyDone();
11             }
12         </script>
13     </head>
14     <body onload="setTimeout(test, 250)">
15         <p>Slider drawing with no source. The controls should render correctly.</p>
16         <video src="" controls style="border:1px solid black"></video>
17     </body>
18 </html>