1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0//EN">
4 <title>Replaced block elements (using
<object
>) and SVG intrinsic widths
</title>
5 <style type=
"text/css">
6 html
{ background: white
; color: navy
; }
7 body
{ background: 100px 0 url
(resources
/test-tr
) no-repeat
; }
8 div
{ width: 100px; background: url
(resources
/test-bl
) bottom left no-repeat
; }
9 div p
{ background: url
(resources
/test-tl
) top left no-repeat
; }
10 object
{ display: block
; margin: auto
; padding-right: 100px; background: url
(resources
/test-br
) bottom right no-repeat
; }
14 <div><p><object data=
"resources/003.svg" type=
"image/svg+xml"> FAIL (SVG not supported)
</object></p></div>
15 <p>There should be a complete unbroken yin-yang symbol (
☯) above.
</p>