Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / replaced / embed-display-none.html
blob5c406243a1557dc700f885f81ca03e84f02c6a8b
1 <!DOCTYPE html>
2 <html>
3 <body>
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>
12 </body>
13 </html>