Video is not started even if play button has been pressed.
[framework/web/webkit-efl.git] / LayoutTests / fast / invalid / 008.html
1 <head>
2 <style>
3 #body {
4 position: absolute;
5 left: 250px;
6 top: 50px;
7 padding: 20px;
8 <!-- was: background: #000 url(backgroundblur.jpg) 0 0 no-repeat; -->
9 background: #000;
10 }
11 p {
12 font-family: Verdana, Tahoma, Eurostile, Arial, Helvetica, Geneva, sans-serif;
13 font-size: 15px;
14 }
15 </style>
16 </head>
17 <body>
18 <p>Test</p>
19 <div id="body" style="border:2px solid green;">I should
20 be absolute positioned.</div>