Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / hixie / intrinsic / 003.html
blobb367d2ac722857c3c60a2189358d03d26abfe2d3
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <html lang="en">
3 <head>
4 <title>Replaced block elements (using &lt;object&gt;) 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; }
11 </style>
12 </head>
13 <body>
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 (&#x262F;) above.</p>
16 </body>
17 </html>