summaryrefslogtreecommitdiffstats
path: root/share/extensions/tests/data/svg/styling-css-04-f.svg
blob: e405b04e99a3b999f342b0f4cfda38eb677967ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="full" id="svg-root" width="100%" height="100%" viewBox="0 0 480 360">
  <!--======================================================================-->
  <!--=  Copyright 2000 World Wide Web Consortium, (Massachusetts          =-->
  <!--=  Institute of Technology, Institut National de Recherche en        =-->
  <!--=  Informatique et en Automatique, Keio University). All Rights      =-->
  <!--=  Reserved. See http://www.w3.org/Consortium/Legal/.                =-->
  <!--======================================================================-->
  <!-- ===================================================================== -->
  <!--                                                                       -->
  <!-- styling-css-04-f.svg		                                             -->
  <!--                                                                       -->
  <!-- Tests CSS2 selectors																	-->
  <!--                                                                       -->
  <!-- Author : Corel SVG Viewer QA team  01-05-2003                         -->
  <!-- Revised by: Benoit Bezaire															-->
  <!--                                                                       -->
  <!--======================================================================-->
  <SVGTestCase xmlns:testcase="http://www.w3.org/2000/02/svg/testsuite/description/" xmlns="http://www.w3.org/2000/02/svg/testsuite/description/" owner="BB" reviewer="CL" desc="Tests CSS2 selectors" status="accepted" version="$Revision: 1.13 $" testname="$RCSfile: styling-css-04-f.svg,v $">
    <OperatorScript>
      <Paragraph>This purpose of the file is to test some of the CSS2 selector syntax.  
		A UA supporting CSS selectors should render an image identical to the referenced image.
      </Paragraph>
	<Paragraph>For a full analysis of this test, please see
	<a href="http://www.w3.org/Graphics/SVG/Test/styling-css-04-f/blow-by-blow.html" target="css">this explanation</a>.</Paragraph>
    </OperatorScript>
  </SVGTestCase>
  <title id="test-title">styling-css-04-f.svg</title>
  <desc id="test-desc">Tests CSS2 selectors</desc>
  <!--======================================================================-->
  <!--Content of Test Case follows...                  =====================-->
  <!--======================================================================-->
  <g id="testContent" fill="white">
    <text x="240" y="35" font-size="20" font-family="Arial, Helvetica, sans-serif"
     text-anchor="middle">CSS selector test</text>
    <defs>
      <style type="text/css">
       * {stroke:red; stroke-width:1;} /* 0 */
       text {stroke:none; fill:black;} /* 1 */
       rect {stroke:black; stroke-dasharray:none;} /* 1 */
       #test-frame {fill:none} /* 100 */
       g#alpha {fill:blue} /* 101 */
       a#alpha {fill:red} /* 101 */
       #alpha * rect {fill:green} /* 101 */
       #alpha-2 > rect {fill:orange} /* 101 */
       #beta rect {fill:gold} /* 101 */
       g#gamma * g * * rect {fill:red} /* 103 */
       g#gamma * * rect {fill:purple} /* 102 */
       [stroke-width="1.0001"] {fill:blue} /* 10 */
       g#delta rect[stroke-width="1.0002"] {fill:green} /* 112 */
       g#delta > rect[stroke-width="1.0003"] {fill:orange} /* 102 */
       #delta + g > * {fill:gold} /* 101 */
       g#delta + g > rect + rect {fill:purple} /* 104 */
       #delta + g#epsilon * rect:first-child {fill:red} /* 202 */
       #zeta [cursor] {fill:blue} /* 110 */
       g#zeta [cursor="help"] {fill:green} /* 111 */
       g#zeta [rx~="3E"] {fill:orange} /* 111 */
       g#epsilon + g [stroke-dasharray|="3.1415926"] {fill:gold} /* 112 */
       g#epsilon + g > rect.hello {fill:purple} /* 113 */
       g#eta rect:first-child {fill:red} (/* 102 */
      </style>
    </defs>
    <g id="alpha">
      <rect x="30" y="70" width="67.5" height="67.5" id="A1"/>
      <g id="alpha-1">
        <rect x="100" y="70" width="67.5" height="67.5" id="B1" />
      </g>
      <g id="alpha-2">
        <rect x="170" y="70" width="67.5" height="67.5" id="C1"/>
      </g>
    </g>
    <g id="beta">
      <g>
        <g>
          <g>
            <g>
              <g>
                <rect x="240" y="70" width="67.5" height="67.5" id="D1"/>
              </g>
            </g>
          </g>
        </g>
      </g>
    </g>
    <g id="gamma">
      <g>
        <g>
          <rect x="310" y="70" width="67.5" height="67.5" id="E1"/>
          <g>
            <g>
              <rect x="380" y="70" width="67.5" height="67.5" id="F1"/>
            </g>
          </g>
        </g>
      </g>
    </g>
    <g id="delta">
      <rect x="30" y="140" width="67.5" height="67.5" stroke-width="1.0001" id="A2"/>
      <rect x="100" y="140" width="67.5" height="67.5" stroke-width="1.0002" id="B2"/>
      <rect x="170" y="140" width="67.5" height="67.5" stroke-width="1.0003" id="C2"/>
    </g>
    <g id="epsilon">
      <rect x="240" y="140" width="67.5" height="67.5" id="D2"/>
      <rect x="310" y="140" width="67.5" height="67.5" id="E2"/>
      <g>
        <rect x="380" y="140" width="67.5" height="67.5" id="F2"/>
      </g>
    </g>
    <g id="zeta">
      <rect x="30" y="210" width="67.5" height="67.5" cursor="default" id="A3"/>
      <rect x="100" y="210" width="67.5" height="67.5" cursor="help" id="B3"/>
      <rect x="170" y="210" width="67.5" height="67.5" stroke-dasharray="5, 3.14" id="C3" style="fill:orange"/>
      <rect x="240" y="210" width="67.5" height="67.5" rx="3E-6" stroke-dasharray="3.1415926,8" id="D3" style="fill:gold"/>
      <rect x="310" y="210" width="67.5" height="67.5" class="hello" id="E3"/>
    </g>
    <g id="eta">
      <rect x="380" y="210" width="67.5" height="67.5" id="F3"/>
    </g>
    <g id="labels" font-size="16" font-family="Arial, Helvetica, sans-serif">
      <text x="64" y="60" text-anchor="middle">A</text>
      <text x="133" y="60" text-anchor="middle">B</text>
      <text x="200" y="60" text-anchor="middle">C</text>
      <text x="270" y="60" text-anchor="middle">D</text>
      <text x="340" y="60" text-anchor="middle">E</text>
      <text x="410" y="60" text-anchor="middle">F</text>
      <text x="20" y="113" text-anchor="middle">1</text>
      <text x="20" y="183" text-anchor="middle">2</text>
      <text x="20" y="253" text-anchor="middle">3</text>
      </g>
  </g>
  <text id="revision" x="10" y="340" font-size="30">$Revision: 1.13 $</text>
  <rect id="test-frame" x="1" y="1" width="478" height="358"/>
</svg>