Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / replaced / applet-disabled-positioned.html
1 <p>
2     Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=15091">http://bugs.webkit.org/show_bug.cgi?id=15091</a>
3     Crash in RenderBlock::skipWhitespace  during layout</i>.
4 </p>
5 <p>
6     If Java is enabled, disable it and reload this page. You should see the word PASS at the bottom.
7 </p>
8 <applet style="position: absolute; bottom: 0;" code="">PASS</applet>