Sign in
webkit
/
WebKit
/
dbb3923cafb6f84475e7a38fbee3e22998746738
/
.
/
LayoutTests
/
fast
/
replaced
/
object-display-none.html
blob: 9a829b019247e4f43cffe77d222093f29ea12082 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
Should not see the object below (it has display:none).
</p>
<object
style
=
"
display
:
none
"
type
=
"text/html"
data
=
"resources/007-sub.html"
>
Fallback here
</object>
</body>
</html>