tor-browser

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

1579953-2.html (369B)


      1 <!DOCTYPE html>
      2 <style>
      3 details::first-line { color: green; }
      4 * { column-count: 1 }
      5 </style>
      6 <script>
      7 function go() {
      8  a.appendChild(document.createTextNode("details"))
      9  b.createTBody()
     10 }
     11 </script>
     12 <body onload=go()>
     13 <table id="b"></table>
     14 <details id="a" open>
     15 <summary hidden></summary>
     16 This is the </details><!-- The entire line "This is ..." should be green. -->