Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / as-image / same-image-two-instances.html
blob0ddaf68bea28addcbf587909b808f8df910a42fb
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 img {
6 /* background-color: #EBF; */
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;
16 </style>
17 </head>
18 <body>
19 <!-- None of these images must look distorted -->
20 <img src="resources/circle-default-default.svg" />
21 <img style="width: 100px; height: 100px" src="resources/circle-default-default.svg"/>
22 </body>
23 </html>