tor-browser

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

bug226361_iframe.xhtml (863B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <!--
      3 https://bugzilla.mozilla.org/show_bug.cgi?id=226361
      4 -->
      5 <head>
      6  <title>Test for Bug 226361</title>
      7 </head>
      8 <body id="body">
      9 <p id="display">
     10 
     11 <a id="a1" tabindex="3" href="http://home.mozilla.org">This is the 1st
     12 
     13 link but the 3rd tabindex</a><br />
     14 
     15 <br />
     16 
     17 <a id="a2" tabindex="4" href="http://home.mozilla.org">This is the 2nd
     18 
     19 link but the 4th tabindex</a><br />
     20 
     21 <br />
     22 
     23 <a id="a3" tabindex="1" href="http://home.mozilla.org">This is the 3rd
     24 
     25 link but the 1st tabindex</a><br />
     26 
     27 <br />
     28 
     29 <a id="a4" tabindex="5" href="http://home.mozilla.org">This is the 4th
     30 
     31 link but the 5th tabindex</a><br />
     32 
     33 <br />
     34 
     35 <a id="a5" tabindex="2" href="http://home.mozilla.org">This is the 5th
     36 
     37 link but the 2nd tabindex</a>
     38 
     39 </p>
     40 <div id="content" style="display: none">
     41  
     42 </div>
     43 <pre id="test">
     44 
     45 </pre>
     46 </body>
     47 </html>