Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / as-image / overflow-auto-expected.html
bloba10e1a70b28ffed96f1cc27f774fb07815e79b23
1 <!doctype html>
2 <html>
3 <head>
4 <style type="text/css">
5 .test-class {
6 margin: 50px auto;
7 background-size: contain;
9 </style>
10 </head>
11 <body>
12 <div style="width: 100%;">
13 <img class="test-class" style="width:60px; height:60px;" src="resources/overflow-hidden.svg">
14 <img class="test-class" style="width:40px; height:40px;" src="resources/overflow-hidden.svg">
15 <img class="test-class" style="width:28px; height:28px;" src="resources/overflow-hidden.svg">
16 </div>
17 </body>
18 </html>