Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / as-image / set-img-height-expected.html
blobf4e1c00cf8694cc5c82bf06808c0a5198c484a59
1 <!doctype html>
2 <style>
3 #scaleMe {
4 width:100px;
5 height:100px;
6 background:yellow;
8 </style>
9 <body>
10 <div>
11 <img id="scaleMe" src="resources/circle-200px-none.svg">
12 </div>
13 </body>