tor-browser

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

quirks.html (432B)


      1 <!doctype html>
      2 <html>
      3 <head>
      4  <title>The unitless length quirk (quirks)</title>
      5  <script src="/resources/testharness.js"></script>
      6  <script src="/resources/testharnessreport.js"></script>
      7  <style> iframe { width:20px; height:20px; } </style>
      8 </head>
      9 <body>
     10  <div id=log></div>
     11  <iframe class=quirks></iframe>
     12  <script src=../support/test-ref-iframe.js></script>
     13  <script src=support/common.js></script>
     14 </body>
     15 </html>