haikuwebkit/LayoutTests/fast/replaced/applet-display-none.html

10 lines
225 B
HTML

<!DOCTYPE html>
<html>
<body>
<p>Should not see the applet below (it has display:none). Java must be on for this test.</p>
<applet style="display:none" code="">Java is disabled, test not valid.</applet>
</body>
</html>