tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

test_bug357450.xhtml (1622B)


      1 <?xml version="1.0"?>
      2 <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
      3 <?xml-stylesheet href="chrome://mochikit/content/tests/SimpleTest/test.css" type="text/css"?>
      4 
      5 <!--
      6 https://bugzilla.mozilla.org/show_bug.cgi?id=357450
      7 -->
      8 
      9 <window title="Mozilla Bug 357450"
     10  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
     11 
     12  <script type="application/javascript" 
     13   src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>      
     14  <!-- This file is shared with non-chrome tests -->
     15  <script type="text/javascript" src="file_bug357450.js"></script>
     16 
     17 <body  xmlns="http://www.w3.org/1999/xhtml">
     18 
     19 <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=357450"
     20   target="_blank">Mozilla Bug 357450</a>
     21 
     22 <p id="display"></p>
     23 
     24 <div id="content" style="display: block">
     25  <a class="classtest" name="nametest">hmm</a>
     26  <b class="foo">hmm</b>
     27  <b id="test1" class="test1">hmm</b>
     28  <b id="test2" class="test2">hmm</b>
     29  <b id="int-class" class="1">hmm</b>
     30  <div id="example">
     31   <p id="p1" class="aaa bbb"/>
     32   <p id="p2" class="aaa ccc"/>
     33   <p id="p3" class="bbb ccc"/>
     34  </div>
     35 </div>
     36 <pre id="test">
     37 </pre>
     38 </body>
     39 
     40 <svg xmlns="http://www.w3.org/2000/svg"
     41     height="100" width="100" style="float:left">
     42 
     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"/>
     44 
     45  <circle cx="50" cy="50" r="45" class="classtest" 
     46   fill="none" stroke="#371" stroke-width="10"/>
     47 
     48 </svg>
     49 
     50 <xul:label class="classtest"
     51 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
     52 hmm
     53 </xul:label>
     54 
     55 
     56 </window>