haikuwebkit/LayoutTests/fast/dom/HTMLObjectElement/object-with-invalid-border....

7 lines
236 B
HTML

<!DOCTYPE html>
<body>
<p>Object elements with invalid border attribute should have the same appearance as an object element without border attribute.</p>
<object border="invalid"></object>
<object border="9999999999"></object>
</body>