tor-browser

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

doc_inspector_search-suggestions.html (667B)


      1 <!doctype html>
      2 <html lang="en">
      3 <head>
      4  <meta charset="utf-8">
      5  <title>Inspector Search Box Test</title>
      6 </head>
      7 <body>
      8  <div id="d1">
      9    <div class="l1">
     10      <div id="d2" class="c1">Hello, I'm nested div</div>
     11    </div>
     12  </div>
     13  <span id="s1">Hello, I'm a span
     14    <div class="l1">
     15      <span>Hi I am a nested span</span>
     16      <span class="s4">Hi I am a nested classed span</span>
     17    </div>
     18  </span>
     19  <span class="c1" id="s2">And me</span>
     20 
     21  <p class="c1" id="p1">.someclass</p>
     22  <p id="p2">#someid</p>
     23  <button id="b1" disabled>button[disabled]</button>
     24  <p id="p3" class="c2"><strong>p&gt;strong</strong></p>
     25  <footer></footer>
     26 </body>
     27 </html>