Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / replaced / object-display-none.html
blob9a829b019247e4f43cffe77d222093f29ea12082
1 <!DOCTYPE html>
2 <html>
3 <body>
5 <p>Should not see the object below (it has display:none).</p>
6 <object style="display:none" type="text/html" data="resources/007-sub.html">Fallback here</object>
8 </body>
9 </html>