Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / replaced / applet-display-none.html
1 <!DOCTYPE html>
2 <html>
3 <body>
4
5   <p>Should not see the applet below (it has display:none). Java must be on for this test.</p>
6   <applet style="display:none" code="">Java is disabled, test not valid.</applet>
7
8 </body>
9 </html>