Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / as-image / img-preserveAspectRatio-support-2.html
blobdf4e610d9c9fefccfeee4701e498a389894338c1
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>preserveAspectRatio test 2/2</title>
5 <style>
6 img, object {
7 border: 2px dashed maroon;
8 height: 50px;
9 left: 100px;
10 overflow: visible;
11 padding: 3px;
12 top: 20px;
13 width: 200px;
14 box-sizing: border-box;
15 -moz-box-sizing: border-box;
18 object {
19 border-color: green;
20 border-width: 1px;
22 </style>
23 </head>
24 <body>
25 <h1>No size specified</h1>
26 <img style="height: auto; width: auto;" src="resources/circle-default-default.svg"/>
27 <object style="height: auto; width: auto;" data="resources/circle-default-default.svg"></object>
28 </body>
29 </html>