repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
dom
/
HTMLObjectElement
/
object-with-invalid-border.html
blob
79295aaa88119bad25da48738c2de36378a32d6a
1
<!DOCTYPE
html
>
2
<body>
3
<p>
Object elements with invalid border attribute should have the same appearance as an object element without border attribute.
</p>
4
<object
border
=
"invalid"
></object>
5
<object
border
=
"9999999999"
></object>
6
</body>