Bug 449833 - Add platform colors -moz-mac-chrome-active and -moz-mac-chrome-inactive...
[mozilla-central.git] / layout / reftests / object / svg-with-type.html
blob0046e05c89aa275f97ce3370e6b52a95e630b771
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <!-- http://biesi.damowmow.com/object/030.html -->
3 <html lang="en">
4 <head>
5 <title>&lt;object&gt;: SVG (with type attribute)</title>
6 </head>
7 <body>
8 <!-- Note: requires a build without the autoconf disable-svg switch. -->
9 <p><object type="image/svg+xml" data="extra/pass.svg" width="100" height="20">FAIL</object></p>
10 </body>
11 </html>