tor-browser

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

1678947.html (294B)


      1 <html>
      2 <head>
      3 <style>
      4 ol { float: right; }
      5 </style>
      6 <script>
      7 function start() {
      8 document.elementFromPoint(0,1);
      9 document.dir = "rtl";
     10 }
     11 </script>
     12 </head>
     13 <body>
     14 <svg onload="start()" requiredExtensions="x">
     15  <g id="a"/></g>
     16 <text>
     17 <textPath xlink:href="#a">
     18 </svg>
     19 <ol></ol>
     20 </body>
     21 </html>