Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / W3C-SVG-1.1 / resources / svgRef4.svg
blob58b70b03f2170710da7f6ba29d4a311b787156e4
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <?xml-stylesheet type="text/css" href="svgRef4.css" ?>
3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4 <svg id="svg-root" width="100%" height="100%" viewBox="0 0 480 360" >
6 <SVGTestCase xmlns="http://www.w3.org/2000/02/svg/testsuite/description/" >
7 <OperatorScript version="$Revision: 1.1 $" testname="" >
8 <Paragraph>
9 </Paragraph>
10 </OperatorScript>
11 </SVGTestCase>
13 <title id="test-title" > </title>
14 <desc id="test-desc" > </desc>
16 <!--======================================================================-->
17 <!--Content of Test Case follows... =====================-->
18 <!--======================================================================-->
19 <defs>
20 <style type="text/css">
21 <![CDATA[
22 * {stroke:black; stroke-width:1;}
23 text {stroke:none;}
25 #test-frame {fill:none;}
26 ]]>
27 </style>
28 </defs>
30 <g id="testContent" >
31 <rect id="alpha" x="100" y="50" width="120" height="120" />
32 <circle id="beta" cx="320" cy="110" r="60" />
33 <polygon id="gamma" points="260,180 380,190 360,300" />
34 <ellipse id="delta" cx="160" cy="240" ry="60" rx="45" />
35 </g>
37 <text font-size="35" x="240" y="35" text-anchor="middle" >svgRef4.svg</text>
38 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.1 $</text>
39 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
40 </svg>