Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / W3C-SVG-1.1 / resources / animation-extRef-image3.svg
blob408a4793d2d7268d9c7692f880823652018f0ca0
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "SVG-1.1-monolithic-fixed.dtd">
3 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="animation-extRef-image3" width="360" height="120" viewBox="0 0 360 120">
4 <g style="stroke: black; stroke-width:2">
5 <rect x="2" y="10" width="120" height="20" style="fill: lightgreen"/>
6 <rect x="2" y="50" width="240" height="20" style="fill: blue"/>
7 <rect x="2" y="90" width="240" height="20" style="fill: red">
8 <animate attributeName="width" attributeType="XML" from="240" to="356" begin="1s" dur="5s" fill="freeze"/>
9 </rect>
10 </g>
11 <g>
12 <text x="280" y="30" style="font-size:20">Image 3</text>
13 </g>
14 </svg>