Sign in
webkit
/
WebKit
/
9f8388ebdf099a98ce75d93c131e5941dc4da269
/
.
/
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>