Upstream version 7.35.144.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / hixie / intrinsic / 001.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <html lang="en">
3  <head>
4   <title>Replaced inline elements (using &lt;object&gt;) and SVG intrinsic widths</title>
5   <style type="text/css">
6    html { width: 150px; padding: 0; margin: 8px; background: url(resources/red-mowmow) no-repeat left 20px; }
7    body { padding: 0; margin: 0; }
8    p { font: 16px/20px serif; padding: 0; margin: 0; }
9    object { width: auto; height: auto; } /* intrinsic size is 100%x100%, which is equivalent to width:100% height:auto (since height:auto on parent) */
10   </style>
11  </head>
12  <body>
13   <p>There&nbsp;should&nbsp;be&nbsp;an&nbsp;exact&nbsp;square&nbsp;of&nbsp;green&nbsp;below&nbsp;this&nbsp;line: <object data="resources/001.svg" type="image/svg+xml"> FAIL (SVG not supported) </object> </p>
14  </body>
15 </html>