Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / as-image / same-source-different-height-expected.html
blob4783e3e292f91c0f4e496e4c9e89ca4047283194
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Same SVG source, different image heights</title>
5 </head>
6 <body>
7 <p>There should be <em>two</em> blue circles below.</p>
8 <img src="resources/circle.svg" type="image/svg+xml" style="width:100px; height:300px;">
9 <img src="resources/circle.svg?different-url" type="image/svg+xml" style="width:100px; height:100px;">
10 </body>
11 </html>