Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / svg / resources / rect-1x1.svg
blob38c4efd0b1e71633a9ecca5c1e0b18bb492f2873
1 <?xml version="1.0"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
3 "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4 <svg xmlns="http://www.w3.org/2000/svg" width="1" height="1">
5 <rect x="0.2" y="0.2" width="0.6" height="0.6" fill="green" />
6 </svg>