content/base/test/test_bug357450_svg.xhtml

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 <html xmlns="http://www.w3.org/1999/xhtml">
michael@0 2
michael@0 3 <!--
michael@0 4 https://bugzilla.mozilla.org/show_bug.cgi?id=357450
michael@0 5 -->
michael@0 6
michael@0 7 <head>
michael@0 8 <title>Test for Bug 357450</title>
michael@0 9 <script type="text/javascript"
michael@0 10 src="/tests/SimpleTest/SimpleTest.js"></script>
michael@0 11 <script type="text/javascript" src="test_bug357450.js"></script>
michael@0 12 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
michael@0 13
michael@0 14 </head>
michael@0 15
michael@0 16 <body>
michael@0 17
michael@0 18 <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=357450"
michael@0 19 target="_blank">Mozilla Bug 357450</a>
michael@0 20
michael@0 21 <p id="display"></p>
michael@0 22 <span class="classtest">hmm</span>
michael@0 23 <span class="classtest">hmm</span>
michael@0 24 <div id="content" style="display: block">
michael@0 25 <a name="nametest">hmm</a>
michael@0 26 <b class="foo">hmm</b>
michael@0 27 <b id="test1" class="test1">hmm</b>
michael@0 28 <b id="test2" class="test2">hmm</b>
michael@0 29 <b id="int-class" class="1">hmm</b>
michael@0 30 <svg xmlns="http://www.w3.org/2000/svg"
michael@0 31 height="100" width="100" style="float:left">
michael@0 32 <path d="M38,38c0-12,24-15,23-2c0,9-16,13-16,23v7h11v-4c0-9,17-12,17-27c-2-22-45-22-45,3zM45,70h11v11h-11z" fill="#371"/>
michael@0 33
michael@0 34 <circle cx="50" cy="50" r="45" class="classtest"
michael@0 35 fill="none" stroke="#371" stroke-width="10"/>
michael@0 36 </svg>
michael@0 37
michael@0 38 <div id="example">
michael@0 39 <p id="p1" class="aaa bbb"/>
michael@0 40 <p id="p2" class="aaa ccc"/>
michael@0 41 <p id="p3" class="bbb ccc"/>
michael@0 42 </div>
michael@0 43
michael@0 44 </div>
michael@0 45
michael@0 46 </body>
michael@0 47 </html>

mercurial