Bug 364220 - crashtest.

This commit is contained in:
Martijn Wargers 2013-01-26 14:15:30 +01:00
parent 51a3a66b69
commit 2d2caa68e6
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<html><head>
<title>Testcase bug 364220 - [reflow branch][columns] Crash [@ nsLineLayout::ReflowFrame] using moz-column-count, floats, generated content and first-line</title>
<style>
body > span::first-line { }
span::before { content:"before text"; border:3px solid black;}
</style>
</head>
<body>
<span style=" float: left; -moz-column-count: 2;">
<span style="float: right;">
<span style=" float: right;-moz-column-count: 2;"></span>
</span>
</span>
</body>
</html>

View File

@ -62,6 +62,7 @@ load 363448.html
load 363722-1.html
load 363722-2.html
load 363848-1.xhtml
load 364220.html
load 364407-1.html
load 364686-1.xhtml
load 366021-1.xhtml