Video is not started even if play button has been pressed.
[framework/web/webkit-efl.git] / LayoutTests / fast / invalid / 010.html
1 <html>
2 <head>
3 <style type="text/css">
4 .issue, .fail, .pass, .n/a {
5         font-weight: bold;
6         text-transform: uppercase;
7 }
8 </style>
9 </head>
10
11 <body>
12 The style rule on this page should be totally ignored.
13 <a>here is a link</a>
14 <h1>heading</h1>
15 <span class="issue">issue</span><br>
16 <span class="fail">fail</span><br>
17 <a>here is another link</a><br>
18 <span class="n/a">n/a</span><br>
19 <span class="pass">pass</span><br>
20 <h1>another heading</h1>
21 <span class="n/a">n/a</span><br>
22 </body>
23 </html>