Video is not started even if play button has been pressed.
[framework/web/webkit-efl.git] / LayoutTests / fast / layers / generated-layer-scrollbar-crash.html
1 <html>
2 <head>
3     <title></title>
4     <style type="text/css">
5         div:after {
6             content: ".";
7             display: block; 
8             overflow: scroll;
9         }
10     </style>
11     <script>
12         if (window.testRunner)
13             testRunner.dumpAsText();
14     </script>
15 </head>
16 <body>
17     <p>
18         Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=12518">http://bugs.webkit.org/show_bug.cgi?id=12518</a>
19         Betsson.com crashes browser</i>.
20     </p>
21     <p>
22         No crash means PASS.
23     </p>
24     <div></div>
25 </body>
26 </html>