tor-browser

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

no-quirks.html (477B)


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