tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / fast / dom / HTMLObjectElement / object-with-invalid-border.html
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>