layout/generic/crashtests/344557-1.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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>
    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>
    20 <ul>
    21   <sub>t</sub>
    22   <div style="-moz-column-count: 3;">
    23     <sub>t-column-councode&gt;text</sub>
    24     <div style="-moz-column-count: 3;"><sub>text styletttmoztcolumntcountt 2;ttext</sub>
    25       <div>
    26         <sub>text</sub>
    27       </div>
    28     </div>
    29   </div>
    30 </ul>
    32 </body></html>

mercurial