tor-browser

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

670226-1.html (361B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <title>Bug 670226</title>
      5  <style type="text/css">
      6   pre:first-letter { float:left; color: lime}
      7  </style>
      8  <script type="text/javascript">
      9 function boom()
     10 {
     11  var p = document.getElementById("p");
     12  p.style.fontSize="16pt";
     13 }
     14 </script>
     15 </head>
     16 <body onload="boom()">
     17  <pre id="p" dir="rtl">a+b
     18 c</pre>
     19 </body>
     20 </html>