layout/generic/crashtests/364220.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/364220.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +<html><head>
     1.5 +<title>Testcase bug 364220 - [reflow branch][columns] Crash [@ nsLineLayout::ReflowFrame] using moz-column-count, floats, generated content and first-line</title>
     1.6 +<style>
     1.7 +body > span::first-line { }
     1.8 +span::before { content:"before text"; border:3px solid black;}
     1.9 +</style>
    1.10 +</head>
    1.11 +<body>
    1.12 +
    1.13 +<span style=" float: left; -moz-column-count: 2;">
    1.14 +  <span style="float: right;">
    1.15 +    <span style=" float: right;-moz-column-count: 2;"></span>
    1.16 +  </span>
    1.17 +</span>
    1.18 +
    1.19 +</body>
    1.20 +</html>
    1.21 \ No newline at end of file

mercurial