Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
LayoutTests
/
fast
/
replaced
/
embed-display-none.html
blob: c111378c28ef7131480e273360f74c7995d7a468 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
Should not see the embed below (it has display:none).
</p>
<embed
style
=
"
display
:
none
"
quality
=
"high"
width
=
"550"
height
=
"400"
type
=
"application/x-webkit-test-netscape"
>
</embed>
</body>
</html>