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

13 lines
243 B
HTML

<!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>