Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / css-pixels-dpi.svg
blobc002aaf017c3064d1159fd7e44ebb3e789c04fa1
1 <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200">
2 <rect width="192" height="1in" fill="green"/>
3 <rect y="1in" width="2in" height="1in" fill="green"/>
4 </svg>