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