Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / W3C-SVG-1.1 / resources / shapes-rect-01-b.svg
blob8f91157918f403a664fe3c00a482ac0351211556
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg11.dtd">
3 <!-- =====================================================================-->
4 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =-->
5 <!--= Institute of Technology, Institut National de Recherche en =-->
6 <!--= Informatique et en Automatique, Keio University). All Rights =-->
7 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =-->
8 <!-- =====================================================================-->
9 <!-- =====================================================================-->
10 <!-- -->
11 <!-- struct-cond-01-b.svg -->
12 <!-- Test that viewer has the basic capability -->
13 <!-- to handle the 'rect' element. -->
14 <!-- Author : V.Katrushenko, BitFlash Inc., 2002 -->
17 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg-root" width="160" height="120">
18 <title id="test-title">shapes-rect-01-b</title>
19 <desc id="test-desc">Test that viewer has the basic capability to render the 'rect'element</desc>
21 <!--Content of Test Case follows...=======================================-->
23 <g id="test-body-content">
24 <rect id="default" x="12" y="14" width="24" height="18" />
25 <rect id="nofill" stroke="#066" fill="none" x="48" y="14" width="24" height="18"/>
26 <text font-size="10" x="12" y="42">default</text>
28 <rect id="nostroke" stroke="none" x="12" y="48" width="24" height="18" />
29 <rect id="stroke-fill" stroke="#006699" stroke-width="4" fill="#f90" x="48" y="48" width="24" height="18"/>
30 <text font-size="10" x="12" y="76">filled</text>
32 <rect id="roundcorner1" fill="none" stroke="#000" rx="9" x="88" y="14" width="24" height="18" />
33 <rect id="roundcorner2" fill="#f90" stroke="#069" stroke-width="4" rx="9" x="124" y="14" width="24" height="18"/>
34 <text font-size="10" x="88" y="42">rounded 'x'</text>
36 <rect id="rouncorner1" fill="none" stroke="#000" rx="12" ry="16" x="88" y="48" width="24" height="18" />
37 <rect id="rouncorner22" fill="#f90" stroke="#069" stroke-width="4" rx="12" ry="16" x="124" y="48" width="24" height="18"/>
38 <text font-size="10" x="88" y="76">rounded 'x', 'y'</text>
41 </g>
43 <!--======================================================================-->
44 <!--Legend and frame: Title, suite and SVG document serialization====-->
45 <!--======================================================================-->
46 <rect id="slideframe" fill="none" stroke="#000000" stroke-width="1" x="1" y="1" width="158" height="118"/>
47 <g id="test-legend" fill="black" font-size="10" >
48 <rect x="3" y="81" width="154" height="36" fill="none" stroke="#000000" />
49 <text x="8" y="91">SVG v1.1 Conformance Suite</text>
50 <rect x="3" y="93" width="154" height="12" fill="none" stroke="#000000" />
51 <text x="8" y="103">shapes-rect-01-b</text>
52 <line stroke="#000000" x1="90" y1="93" x2="90" y2="117" />
53 <text font-size="9" x="91" y="103">$Revision: 1.1 $</text>
54 <a xlink:href="copyright-documents-19990405.html">
55 <text x="20" y="115" fill="blue">&#169;2002 W3C</text>
56 </a>
57 <text font-size="9" x="92" y="115">Release 1.0</text>
58 </g>
60 </svg>