Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / W3C-SVG-1.1 / coords-viewattr-03-b.svg
blob474276f56f117fcb1b8ef61cbf84654e4374331e
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 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="basic" id="svg-root" width="100%" height="100%" viewBox="0 0 480 360">
4 <!--======================================================================-->
5 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =-->
6 <!--= Institute of Technology, Institut National de Recherche en =-->
7 <!--= Informatique et en Automatique, Keio University). All Rights =-->
8 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =-->
9 <!--======================================================================-->
10 <!-- ===================================================================== -->
11 <!-- -->
12 <!-- coords-viewattr-03-b.svg -->
13 <!-- -->
14 <!-- Tests the viewBox attribute on SVG elements -->
15 <!-- -->
16 <!-- Author : Corel SVG Viewer QA team 01-05-2003 -->
17 <!-- Revised by: Benoit Bezaire -->
18 <!-- -->
19 <!--======================================================================-->
21 <SVGTestCase
22 xmlns:testcase="http://www.w3.org/2000/02/svg/testsuite/description/"
23 xmlns="http://www.w3.org/2000/02/svg/testsuite/description/"
24 owner="BB" reviewer="CL" desc="Tests the viewBox attribute on SVG
25 elements" status="accepted" version="$Revision: 1.7 $" testname="$RCSfile: coords-viewattr-03-b.svg,v $">
26 <OperatorScript>
27 <Paragraph>This file tests the allowed syntax of the viewBox attribute. The viewBox attribute is a list of
28 four numbers min-x, min-y, width and height, separated by whitespace and/or a comma.
29 </Paragraph>
30 <Paragraph>In the rendered result, you should see 6 identical light blue shapes. All 6 test cases
31 are valid.
32 </Paragraph>
33 </OperatorScript>
34 </SVGTestCase>
36 <title id="test-title">coords-viewattr-03-b.svg</title>
37 <desc id="test-desc">Tests the viewBox attribute on SVG elements</desc>
39 <!--======================================================================-->
40 <!--Content of Test Case follows... =====================-->
41 <!--======================================================================-->
42 <text font-size="20" x="240" y="28" text-anchor="middle">&lt;svg&gt; 'viewBox' attribute</text>
44 <g fill="lightblue" stroke="black">
46 <svg x="35" y="50" width="100" height="100" viewBox="0 0 200 200" overflow="visible">
47 <path fill-rule="evenodd" d="M20,20 Q180,20 180,180 Q20,180 20,20 Z M20,180 Q20,20 180,20 Q180,180 20,180 Z M100,40 L160,100 100,160 40,100 Z"/>
48 </svg>
49 <text font-size="13.5" x="85" y="155" text-anchor="middle" fill="black" stroke="none">viewBox="0 0 200 200"</text>
50 <text font-size="13.5" x="85" y="170" text-anchor="middle" fill="black" stroke="none">overflow="visible" </text>
52 <svg x="35" y="180" width="100" height="100" viewBox="0 0 200 200" overflow="hidden">
53 <path fill-rule="evenodd" d="M20,20 Q180,20 180,180 Q20,180 20,20 Z M20,180 Q20,20 180,20 Q180,180 20,180 Z M100,40 L160,100 100,160 40,100 Z"/>
54 </svg>
55 <text font-size="13.5" x="85" y="285" text-anchor="middle" fill="black" stroke="none">viewBox="0 0 200 200"</text>
56 <text font-size="13.5" x="85" y="300" text-anchor="middle" fill="black" stroke="none">overflow="hidden" </text>
58 <svg x="190" y="50" width="100" height="100" viewBox="0,0,200,200" overflow="visible">
59 <path fill-rule="evenodd" d="M20,20 Q180,20 180,180 Q20,180 20,20 Z M20,180 Q20,20 180,20 Q180,180 20,180 Z M100,40 L160,100 100,160 40,100 Z"/>
60 </svg>
61 <text font-size="13.5" x="240" y="155" text-anchor="middle" fill="black" stroke="none">viewBox="0,0,200,200"</text>
62 <text font-size="13.5" x="240" y="170" text-anchor="middle" fill="black" stroke="none">overflow="visible" </text>
64 <svg x="190" y="180" width="100" height="100" viewBox="0,0,200,200" overflow="hidden">
65 <path fill-rule="evenodd" d="M20,20 Q180,20 180,180 Q20,180 20,20 Z M20,180 Q20,20 180,20 Q180,180 20,180 Z M100,40 L160,100 100,160 40,100 Z"/>
66 </svg>
67 <text font-size="13.5" x="240" y="285" text-anchor="middle" fill="black" stroke="none">viewBox="0,0,200,200"</text>
68 <text font-size="13.5" x="240" y="300" text-anchor="middle" fill="black" stroke="none">overflow="hidden" </text>
70 <svg x="345" y="50" width="100" height="100" viewBox="0,0, 200, 200" overflow="visible">
71 <path fill-rule="evenodd" d="M20,20 Q180,20 180,180 Q20,180 20,20 Z M20,180 Q20,20 180,20 Q180,180 20,180 Z M100,40 L160,100 100,160 40,100 Z"/>
72 </svg>
73 <text font-size="13.5" x="395" y="155" text-anchor="middle" fill="black" stroke="none">viewBox="0,0, 200, 200"</text>
74 <text font-size="13.5" x="395" y="170" text-anchor="middle" fill="black" stroke="none">overflow="visible" </text>
76 <svg x="345" y="180" width="100" height="100" viewBox="0,0, 200, 200" overflow="hidden">
77 <path fill-rule="evenodd" d="M20,20 Q180,20 180,180 Q20,180 20,20 Z M20,180 Q20,20 180,20 Q180,180 20,180 Z M100,40 L160,100 100,160 40,100 Z"/>
78 </svg>
79 <text font-size="13.5" x="395" y="285" text-anchor="middle" fill="black" stroke="none">viewBox="0,0, 200, 200"</text>
80 <text font-size="13.5" x="395" y="300" text-anchor="middle" fill="black" stroke="none">overflow="hidden" </text>
82 </g>
84 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.7 $</text>
85 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
86 </svg>