Sign in
webkit
/
WebKit
/
f58027bc4c2d7cd5ba3f8a21251ef5f289107bc1
/
.
/
LayoutTests
/
fast
/
dom
/
HTMLObjectElement
/
object-with-invalid-border.html
blob: 79295aaa88119bad25da48738c2de36378a32d6a [
file
] [
log
] [
blame
]
<!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>