tor-browser

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

1555757-4.html (306B)


      1 <style id="a">
      2 .z {
      3  marker-mid: url(#blah);
      4  display: inline-table;
      5  contain: layout size;
      6 }
      7 </style>
      8 <script>
      9 function go() {
     10  f.width;
     11  a.appendChild(d);
     12 }
     13 </script>
     14 <body onload="go()">
     15  <base href="x"></base>
     16 
     17  <div class="z">
     18    <img id="f">
     19    <datalist id="d"></datalist>
     20  </div>
     21 </body>