content/base/test/w3element_traversal.svg

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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 ]>
     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">
    12   <text >
    13     <tspan id="first_element_child_namespace"></tspan>
    14   </text>
    15   <g id="parentEl_namespace">
    16     <pickle:dill />
    17   </g>
    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>
    26   <text id="parentEl" >
    27     <tspan id="first_element_child_sibnull"></tspan>
    28   </text>
    30   <text id="parentEl_nes" >
    31     <tspan id="first_element_child_nes"></tspan>
    32     <tspan id="last_element_child_nes"></tspan>
    33   </text>
    35   <text id="parentEl_lec" >
    36     <tspan id="first_element_child_lec"></tspan>
    37     <tspan id="last_element_child_lec"></tspan>
    38   </text>
    41   <text id="parentEl_fec" >
    42     <tspan id="first_element_child_fec"></tspan>
    43   </text>
    45   <text id="parentEl_entity" >&tree;</text>
    47   <text id="parentEl_dynremove" >
    48     <tspan id="first_element_child_dynremove"></tspan>
    49     <tspan id="last_element_child_dynremove"></tspan>
    50   </text>
    52   <text id="parentEl_dynadd" > 
    53     <tspan id="first_element_child_dynadd"></tspan>
    54   </text>
    56   <text id="parentEl_null" ></text>
    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>
    67   <text id="parentEl_nochild"></text>
    69 </svg>

mercurial