browser/base/content/test/general/title_test.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.

michael@0 1 <svg width="640px" height="480px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0">
michael@0 2 <title>This is a root SVG element's title</title>
michael@0 3 <foreignObject>
michael@0 4 <html xmlns="http://www.w3.org/1999/xhtml">
michael@0 5 <body>
michael@0 6 <svg xmlns="http://www.w3.org/2000/svg" id="svg1">
michael@0 7 <title>This is a non-root SVG element title</title>
michael@0 8 </svg>
michael@0 9 </body>
michael@0 10 </html>
michael@0 11 </foreignObject>
michael@0 12 <text id="text1" x="10px" y="32px" font-size="24px">
michael@0 13 This contains only &lt;title&gt;
michael@0 14 <title>
michael@0 15
michael@0 16
michael@0 17 This is a title
michael@0 18
michael@0 19 </title>
michael@0 20 </text>
michael@0 21 <text id="text2" x="10px" y="96px" font-size="24px">
michael@0 22 This contains only &lt;desc&gt;
michael@0 23 <desc>This is a desc</desc>
michael@0 24 </text>
michael@0 25 <text id="text3" x="10px" y="128px" font-size="24px">
michael@0 26 This contains nothing.
michael@0 27 </text>
michael@0 28 <a id="link1" xlink:href="#">
michael@0 29 This link contains &lt;title&gt;
michael@0 30 <title>
michael@0 31 This is a title
michael@0 32 </title>
michael@0 33 <text id="text4" x="10px" y="192px" font-size="24px">
michael@0 34 </text>
michael@0 35 </a>
michael@0 36 <a id="link2" xlink:href="#">
michael@0 37 <text x="10px" y="192px" font-size="24px">
michael@0 38 This text contains &lt;title&gt;
michael@0 39 <title>
michael@0 40 This is a title
michael@0 41 </title>
michael@0 42 </text>
michael@0 43 </a>
michael@0 44 <a id="link3" xlink:href="#" xlink:title="This is an xlink:title attribute">
michael@0 45 <text x="10px" y="224px" font-size="24px">
michael@0 46 This link contains &lt;title&gt; &amp; xlink:title attr.
michael@0 47 <title>This is a title</title>
michael@0 48 </text>
michael@0 49 </a>
michael@0 50 <a id="link4" xlink:href="#" xlink:title="This is an xlink:title attribute">
michael@0 51 <text x="10px" y="256px" font-size="24px">
michael@0 52 This link contains xlink:title attr.
michael@0 53 </text>
michael@0 54 </a>
michael@0 55 <text id="text5" x="10px" y="160px" font-size="24px"
michael@0 56 xlink:title="This is an xlink:title attribute but it isn't on a link" >
michael@0 57 This contains nothing.
michael@0 58 </text>
michael@0 59 </svg>

mercurial