tor-browser

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

1403656-2.html (396B)


      1 <!-- MUST BE QUIRKS MODE -->
      2 <style>
      3 span { top: 0%; }
      4 </style>
      5 <script>
      6 function jsfuzzer() {
      7  try { text.setAttribute("font-size", "10px"); } catch(e) { }
      8 }
      9 </script>
     10 <body onload=jsfuzzer()>
     11  <div style="overflow: scroll">
     12    <span></span>
     13  </div>
     14  <svg>
     15    <tref id="marker">
     16      <text id="text"/>
     17    </tref>
     18    <polyline marker-end="url(#marker)">
     19    </polyline>
     20  </svg>
     21 </body>