tor-browser

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

inline-crash-chrome-001.html (610B)


      1 <!DOCTYPE html>
      2 <title>CSS Inline: Chrome crash with split inlines</title>
      3 <link rel="author" href="mailto:atotic@google.com">
      4 <script src="/resources/testharness.js"></script>
      5 <script src="/resources/testharnessreport.js"></script>
      6 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=962242">
      7 <meta name="assert" content="Chrome crashes on split inlines">
      8 <style>
      9 .first-line::first-line {
     10  font-size: larger;
     11 }
     12 </style>
     13 <div class="first-line">
     14  <ol style="list-style-position: inside">
     15    <li>
     16      <tag>
     17        <div></div>
     18 <script>
     19 test(() => {
     20 }, 'did not crash');
     21 </script>