tor-browser

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

chrome-legacy-propagation-crash.html (356B)


      1 <!doctype html>
      2 <title>HTML root list-item crash during direction-propagation from body</title>
      3 <link rel="help" href="https://crbug.com/1294531">
      4 <style>
      5  html {
      6    display: list-item;
      7    direction: rtl;
      8  }
      9  body {
     10    direction: ltr;
     11  }
     12  div {
     13    display:table-column-group;
     14    column-count: 1;
     15  }
     16 </style>
     17 <p>Pass if no crash.</p>
     18 <div></div>