tor-browser

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

344557-1.html (936B)


      1 <html class="reftest-wait"><head>
      2 <title>Testcase bug 344557 - [columns] Crash [@ nsLineBox::DeleteLineList] with moz-column-count and generated content</title>
      3 <script>
      4 function removestyles(i){
      5 document.getElementsByTagName('div')[0].removeAttribute('style');
      6 document.documentElement.removeAttribute("class");
      7 }
      8 window.resizeTo(1440, 600);
      9 setTimeout(removestyles,200);
     10 </script>
     11 
     12 <style>
     13 div::first-line, ul::first-line { text-transform: uppercase;  font-size:110%;}
     14 sub::after, div::after { content:"anonymous text"; border:3px solid black;text-transform: uppercase;}
     15 sub::before, div::before { content:"before text"; font-size: 10px;}
     16 </style>
     17 </head>
     18 <body>
     19 
     20 <ul>
     21  <sub>t</sub>
     22  <div style="column-count: 3;">
     23    <sub>t-column-councode&gt;text</sub>
     24    <div style="column-count: 3;"><sub>text styletttmoztcolumntcountt 2;ttext</sub>
     25      <div>
     26        <sub>text</sub>
     27      </div>
     28    </div>
     29  </div>
     30 </ul>
     31 
     32 </body></html>