tor-browser

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

pre-with-whitespace-crash.html (527B)


      1 <!doctype html>
      2 <html>
      3 <head>
      4  <title>pre(white-space's one of values) crash if there is no available width</title>
      5  <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=999863">
      6  <script src="/resources/testharness.js"></script>
      7  <script src="/resources/testharnessreport.js"></script>
      8  <script>test(()=>{})</script>
      9 </head>
     10 <body>
     11  abc<b style="margin-left: 100%; white-space: pre;">def</b>
     12  <div>
     13    <li>
     14      <a href="dummy">success if does not crash</a>
     15    </li>
     16  </div>
     17 </body>
     18 </html>