Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / use-css-events-expected.svg
blob50f3211d34d9ececaf7c72d9cafb7cbb0f94a717
1 <?xml version="1.0" encoding="utf-8" standalone="no"?>
2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800" height="600">
3 <rect x="0" y="0" width="100%" height="100%" fill="#cca" stroke="none" />
5 <a xlink:href="http://www.peepo.co.uk/launch/music.svg">
6 <svg x="0" y="25%" width="20%" height="30%" fill="#fff" viewBox="0 0 150 150">
7 <path d="M143 103 143 117 a27,10 0 1 1 -136 0 L 7 117 7 103 a27,10 0 0 1 136 0 L52 72 a33,33 0 1 1 5 0" />
8 </svg>
10 <svg x="0" y="25%" width="20%" height="30%" viewBox="0 0 150 150">
11 <ellipse cx="75" cy="115" rx="65" ry="25" fill="#666" />
12 <line x1="12" y1="115" x2="12" y2="105" stroke="#666" stroke-width="6"/>
13 <line x1="138" y1="115" x2="138" y2="105" stroke="#666" stroke-width="6"/>
14 <ellipse cx="75" cy="105" rx="65" ry="25" fill="#999" />
15 <path d="M70 110 Q75 114 80 110 65 35 45 35 z" fill="#666" />
16 <circle cx="55" cy="40" r="30" fill="#333" />
17 </svg>
19 <svg x="10%" y="15%" width="20%" height="30%" fill="#fff" stroke="#fff" viewBox="0 0 150 150" >
20 <path d="M5 55 45 55 70 30 70 120 45 95 5 95 z" />
21 <g fill="none" stroke-width="7" stroke-linecap="round">
22 <path d="M80 60 C90 70 90 80 80 90" />
23 <path d="M95 45 C110 60 110 90 95 105" />
24 <path d="M110 30 C130 50 130 100 110 120" />
25 <path d="M125 15 C150 40 150 110 125 135" />
26 </g>
27 <circle cx="75" cy="75" r="80" fill-opacity="0.04" stroke="none"/>
28 </svg>
29 </a>
30 </svg>