mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 364220 - crashtest.
This commit is contained in:
parent
51a3a66b69
commit
2d2caa68e6
17
layout/generic/crashtests/364220.html
Normal file
17
layout/generic/crashtests/364220.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user