Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | <?xml version="1.0"?> |
michael@0 | 2 | <?xml-stylesheet href="chrome://global/skin" type="text/css"?> |
michael@0 | 3 | <?xml-stylesheet href="chrome://mochikit/content/tests/SimpleTest/test.css" type="text/css"?> |
michael@0 | 4 | |
michael@0 | 5 | <!-- |
michael@0 | 6 | https://bugzilla.mozilla.org/show_bug.cgi?id=357450 |
michael@0 | 7 | --> |
michael@0 | 8 | |
michael@0 | 9 | <window title="Mozilla Bug 357450" |
michael@0 | 10 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
michael@0 | 11 | |
michael@0 | 12 | <script type="application/javascript" |
michael@0 | 13 | src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script> |
michael@0 | 14 | <!-- This file is shared with non-chrome tests --> |
michael@0 | 15 | <script type="text/javascript" src="../test_bug357450.js"></script> |
michael@0 | 16 | |
michael@0 | 17 | <body xmlns="http://www.w3.org/1999/xhtml"> |
michael@0 | 18 | |
michael@0 | 19 | <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=357450" |
michael@0 | 20 | target="_blank">Mozilla Bug 357450</a> |
michael@0 | 21 | |
michael@0 | 22 | <p id="display"></p> |
michael@0 | 23 | |
michael@0 | 24 | <div id="content" style="display: block"> |
michael@0 | 25 | <a class="classtest" 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 | <div id="example"> |
michael@0 | 31 | <p id="p1" class="aaa bbb"/> |
michael@0 | 32 | <p id="p2" class="aaa ccc"/> |
michael@0 | 33 | <p id="p3" class="bbb ccc"/> |
michael@0 | 34 | </div> |
michael@0 | 35 | </div> |
michael@0 | 36 | <pre id="test"> |
michael@0 | 37 | </pre> |
michael@0 | 38 | </body> |
michael@0 | 39 | |
michael@0 | 40 | <svg xmlns="http://www.w3.org/2000/svg" |
michael@0 | 41 | height="100" width="100" style="float:left"> |
michael@0 | 42 | |
michael@0 | 43 | <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 | 44 | |
michael@0 | 45 | <circle cx="50" cy="50" r="45" class="classtest" |
michael@0 | 46 | fill="none" stroke="#371" stroke-width="10"/> |
michael@0 | 47 | |
michael@0 | 48 | </svg> |
michael@0 | 49 | |
michael@0 | 50 | <xul:label class="classtest" |
michael@0 | 51 | xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
michael@0 | 52 | hmm |
michael@0 | 53 | </xul:label> |
michael@0 | 54 | |
michael@0 | 55 | |
michael@0 | 56 | </window> |