Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / path-bad-data.svg
blob2ad391efb6e525742e37de7bb2ba989797330763
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
3 "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4 <svg
5 width="800"
6 height="600"
7 xmlns="http://www.w3.org/2000/svg">
8 <path fill="green" d="M 0 0 L 200 0 L 200 200 L 0 200"/>
9 <path fill="red" stroke="red" d="M 602.7771 261.4254 A 318.0399 308.0491 0 \x01 1 602.7771 261.4253"/>
10 <path fill="red" stroke="red" d="M 0 0 L 10,, 10"/>
11 <path fill="red" stroke="red" d="M 0 0 L 10 10E Z"/>
12 <path fill="red" stroke="red" d="M 0 0 L 10% 10 Z"/>
13 <path fill="red" stroke="red" d="M"/>
14 <path fill="red" stroke="red" d="M 0"/>
15 <path fill="red" stroke="red" d="M 0 0 0"/>
16 </svg>