Sign in
webkit
/
WebKit
/
c71295638f595a4ed7f2a4a5cfd89dd2298b8a83
/
.
/
LayoutTests
/
fast
/
replaced
/
applet-display-none.html
blob: 36d1dfcf1a59547e64a6b19768c9df27ee7bdd02 [
file
] [
log
] [
blame
]
<!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>