1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/344557-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,32 @@ 1.4 +<html class="reftest-wait"><head> 1.5 +<title>Testcase bug 344557 - [columns] Crash [@ nsLineBox::DeleteLineList] with moz-column-count and generated content</title> 1.6 +<script> 1.7 +function removestyles(i){ 1.8 +document.getElementsByTagName('div')[0].removeAttribute('style'); 1.9 +document.documentElement.removeAttribute("class"); 1.10 +} 1.11 +window.resizeTo(1440, 600); 1.12 +setTimeout(removestyles,200); 1.13 +</script> 1.14 + 1.15 +<style> 1.16 + div::first-line, ul::first-line { text-transform: uppercase; font-size:110%;} 1.17 +sub::after, div::after { content:"anonymous text"; border:3px solid black;text-transform: uppercase;} 1.18 +sub::before, div::before { content:"before text"; font-size: 10px;} 1.19 +</style> 1.20 +</head> 1.21 +<body> 1.22 + 1.23 +<ul> 1.24 + <sub>t</sub> 1.25 + <div style="-moz-column-count: 3;"> 1.26 + <sub>t-column-councode>text</sub> 1.27 + <div style="-moz-column-count: 3;"><sub>text styletttmoztcolumntcountt 2;ttext</sub> 1.28 + <div> 1.29 + <sub>text</sub> 1.30 + </div> 1.31 + </div> 1.32 + </div> 1.33 +</ul> 1.34 + 1.35 +</body></html>