tor-browser

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

child_focus_frame.html (2830B)


      1 <html id="t13">
      2 <body id="inner-document">
      3 
      4 <input id="t19" value="Input" accesskey="b">
      5 <input id="t14" tabindex="2" type="password" value="test">
      6 <button id="t20">Button</button>
      7 <div style="float: left; margin-top: 30px;">
      8  <button id="t21">Button 2</button>
      9 </div>
     10 <div id="abs" style="position: absolute; top: 40px; left: 250px;">
     11  <button id="t22" accesskey="c">Button 3</button>
     12  <p><span>
     13  <select id="t15" tabindex="2" accesskey="e">
     14    <option>One
     15  </select>
     16  </span></p>
     17 </div>
     18 <div id="t16" tabindex="2" style="overflow: scroll; max-height: 20px;">
     19  This is a scrollable area with some sufficiently long text contained within it.
     20 </div>
     21 <img id="n5" src="happy.png"/>
     22 <img id="t23" tabindex="0" src="happy.png"/>
     23 <a id="t17" tabindex="2" accesskey="f">1</a>
     24 <a id="t24" tabindex="0" href="#">2</a>
     25 <a id="t25" href="#">Link 3</a>
     26 <br>
     27 <span id="hiddenspan" style="display: none;"></span>
     28 <input id="t26" tabindex="0" type="checkbox" accesskey="a">
     29 <input id="o11" tabindex="-1" type="checkbox">
     30 <div style="display: none;"><input/></div>
     31 <div id="t27" style="overflow: scroll; max-height: 20px;">
     32  This is a scrollable area with some sufficiently long text contained within it.
     33  This is a scrollable area with some sufficiently long text contained within it.
     34  <button id="inscroll" tabindex="-1">Button 4</button>
     35 </div>
     36 <map name="map1">
     37 <area id="t31" href="#" shape="rect" coords="0,0,5,5">
     38 <area id="t32" href="#" shape="rect" coords="10,10,15,15">
     39 <area id="t18" href="#" shape="circle" coords="0,8,4" tabindex="2">Button 5</area>
     40 <area id="t33" href="#" shape="poly" coords="10,1,16,3,14,10,7,10,10,1">
     41 </map>
     42 <input type="hidden"/>
     43 <fieldset style="float: right;">
     44 <legend id="legend">Options</legend>
     45  <input id="t28" type="radio" name="options" value="optionone">One
     46 </fieldset>
     47 <label id="ad" accesskey="d">Label:<input id="t29" type="radio" name="options2" value="optiontwo">Two</label>
     48 <div id="t30" tabindex="0">abc</div>
     49 <input id="o18" accesskey="u" disabled size="3"/>
     50 <label id="ag" accesskey="g" for="n6">L</label>
     51 <input id="n6" tabindex="-1" type="button"/>
     52 <span id="n7" accesskey="t">s</span>
     53 <img id="image" src="data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%18%00%00%00%18%02%03%00%00%00%9D%19%D5k%00%00%00%04gAMA%00%00%B1%8F%0B%FCa%05%00%00%00%0CPLTE%FF%FF%FF%FF%FF%FF%F7%DC%13%00%00%00%03%80%01X%00%00%00%01tRNS%08N%3DPT%00%00%00%01bKGD%00%88%05%1DH%00%00%00%09pHYs%00%00%0B%11%00%00%0B%11%01%7Fd_%91%00%00%00%07tIME%07%D2%05%0C%14%0C%0D%D8%3F%1FQ%00%00%00%5CIDATx%9C%7D%8E%CB%09%C0%20%10D%07r%B7%20%2F%E9wV0%15h%EA%D9%12D4%BB%C1x%CC%5C%1E%0C%CC%07%C0%9C0%9Dd7()%C0A%D3%8D%E0%B8%10%1DiCHM%D0%AC%D2d%C3M%F1%B4%E7%FF%10%0BY%AC%25%93%CD%CBF%B5%B2%C0%3Alh%CD%AE%13%DF%A5%F7%E0%03byW%09A%B4%F3%E2%00%00%00%00IEND%AEB%60%82"
     54     usemap="#map1" ismap>
     55 
     56 </body>
     57 </html>