content/base/test/w3element_traversal.svg

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:668149b583c7
1 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"
2 [
3 <!ENTITY tree "<tspan id='first_element_child_entity'></tspan>">
4 ]>
5
6 <svg xmlns="http://www.w3.org/2000/svg"
7 xmlns:xlink="http://www.w3.org/1999/xlink"
8 xmlns:pickle="http://ns.example.org/pickle"
9 version="1.1"
10 width="100%" height="100%" viewBox="0 0 400 400">
11
12 <text >
13 <tspan id="first_element_child_namespace"></tspan>
14 </text>
15 <g id="parentEl_namespace">
16 <pickle:dill />
17 </g>
18
19 <text id="parentEl_pes" >
20 <tspan id="first_element_child_pes"></tspan>
21 <tspan id="middle_element_child_pes"></tspan>
22 <tspan id="last_element_child_pes"></tspan>
23 </text>
24
25
26 <text id="parentEl" >
27 <tspan id="first_element_child_sibnull"></tspan>
28 </text>
29
30 <text id="parentEl_nes" >
31 <tspan id="first_element_child_nes"></tspan>
32 <tspan id="last_element_child_nes"></tspan>
33 </text>
34
35 <text id="parentEl_lec" >
36 <tspan id="first_element_child_lec"></tspan>
37 <tspan id="last_element_child_lec"></tspan>
38 </text>
39
40
41 <text id="parentEl_fec" >
42 <tspan id="first_element_child_fec"></tspan>
43 </text>
44
45 <text id="parentEl_entity" >&tree;</text>
46
47 <text id="parentEl_dynremove" >
48 <tspan id="first_element_child_dynremove"></tspan>
49 <tspan id="last_element_child_dynremove"></tspan>
50 </text>
51
52 <text id="parentEl_dynadd" >
53 <tspan id="first_element_child_dynadd"></tspan>
54 </text>
55
56 <text id="parentEl_null" ></text>
57
58 <text id="parentEl_count" >
59 <tspan id="first_element_child_count">
60 <tspan></tspan>
61 <tspan></tspan>
62 </tspan>
63 <tspan id="middle_element_child"></tspan>
64 <tspan id="last_element_child_count"></tspan>
65 </text>
66
67 <text id="parentEl_nochild"></text>
68
69 </svg>
70

mercurial