Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / replaced / object-display-none.html
1 <!DOCTYPE html>
2 <html>
3 <body>
4
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>
7
8 </body>
9 </html>