Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / as-image / svg-image-scaled-expected.html
blob3bf179f46c6ae54618c79158097559caec558d73
1 <!DOCTYPE html>
2 <html>
3 <body>
4 Test for WK99481: This test passes if there is a green square with sharp (not blurry) edges.<br/>
5 <svg xmlns="http://www.w3.org/2000/svg" width="400" height="400">
6 <g transform="scale(10)">
7 <rect x="1" y="1" width="8" height="8" fill="green" />
8 </g>
9 </svg>
10 </body>
11 </html>