Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / W3C-SVG-1.1 / shapes-rect-02-t.svg
blob3711647284f2561a8bcda17e4d8a93969df4fe39
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.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 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="tiny" id="svg-root" width="100%" height="100%" viewBox="0 0 480 360">
10 <SVGTestCase xmlns:testcase="http://www.w3.org/2000/02/svg/testsuite/description/" xmlns="http://www.w3.org/2000/02/svg/testsuite/description/" reviewer="DJ" owner="CN" desc="Defaults test with rect." status="accepted" version="$Revision: 1.4 $" testname="$RCSfile: shapes-rect-02-t.svg,v $">
11 <OperatorScript>
12 <Paragraph>
13 Defaults test with rect.
14 </Paragraph>
15 </OperatorScript>
16 </SVGTestCase>
17 <title id="test-title">$RCSfile: shapes-rect-02-t.svg,v $</title>
18 <g id="test-body-content" fill="red" stroke="#000000">
19 <!-- Set x coordinate to default. -->
20 <rect y="46" width="50" height="80"/>
22 <!-- Set y coordinate to default. -->
23 <rect x="130" width="50" height="80"/>
25 <!-- Set width to default. -->
26 <rect x="250" y="46" height="80" width="0"/>
28 <!-- Set height to default. -->
29 <rect x="350" y="46" height="0" width="50"/>
31 <!-- Set rx to default. -->
32 <rect x="30" y="196" width="50" height="80" ry = "20"/>
34 <!-- Set ry to default. -->
35 <rect x="130" y="196" width="50" height="80" rx = "20"/>
36 </g>
37 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.4 $</text>
38 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
39 </svg>