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

10 lines
213 B
HTML

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