summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/object_border-ref.xhtml
blob: 6eaaa0ba1412e3ba834f33226534685dcf177e17 (plain)
1
2
3
4
5
6
7
8
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>OBJECT - border in CSS</title>
</head>
<body>
<p><object data="../../../../images/blue.png" type="image/png" style="border-width:50px; border-style:solid;"></object></p>
</body>
</html>