Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / replaced / embed-display-none.html
1 <!DOCTYPE html>
2 <html>
3 <body>
4
5   <p>Should not see the embed below (it has display:none).</p>
6   <embed style="display:none" src="resources/test.swf"
7     quality="high" width="550" height="400"
8     type="application/x-shockwave-flash"
9     pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
10   </embed>
11
12 </body>
13 </html>