mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Add bug 452157 crashtests (using the 'crashtests patch' created by dholbert)
This commit is contained in:
parent
949f921188
commit
07d9528d6e
8
layout/generic/crashtests/452157-1.html
Normal file
8
layout/generic/crashtests/452157-1.html
Normal file
@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
|
||||
<div style="float: left; -moz-column-count: 3;"><div><div style="margin: 1em 0pt; float: left;"><span style="display: inline-block; width: 16px; height: 16px;"></span></div><div style="margin: 1em 0pt; float: left;"></div><br style="display: inherit; clear: both;"> </div></div>
|
||||
|
||||
</body>
|
||||
</html>
|
39
layout/generic/crashtests/452157-2.html
Normal file
39
layout/generic/crashtests/452157-2.html
Normal file
@ -0,0 +1,39 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
div.a {
|
||||
-moz-column-count: 2;
|
||||
float: left;
|
||||
background: lightblue;
|
||||
}
|
||||
div.b {}
|
||||
div.c {
|
||||
float: left;
|
||||
height: 23px;
|
||||
width: 10px;
|
||||
background: orange;
|
||||
}
|
||||
div.d {
|
||||
float: left;
|
||||
height: 22px;
|
||||
width: 10px;
|
||||
background: green;
|
||||
}
|
||||
div.e {
|
||||
clear: left;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body
|
||||
><div class="a"
|
||||
><div class="b"
|
||||
><div class="c"
|
||||
></div
|
||||
><div class="d"
|
||||
></div
|
||||
><div class="e"
|
||||
></div
|
||||
> <!-- whitespace --></div
|
||||
></div
|
||||
></body>
|
||||
</html>
|
39
layout/generic/crashtests/452157-3.html
Normal file
39
layout/generic/crashtests/452157-3.html
Normal file
@ -0,0 +1,39 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
div.a {
|
||||
-moz-column-count: 2;
|
||||
position: absolute;
|
||||
background: lightblue;
|
||||
}
|
||||
div.b {}
|
||||
div.c {
|
||||
float: left;
|
||||
height: 23px;
|
||||
width: 10px;
|
||||
background: orange;
|
||||
}
|
||||
div.d {
|
||||
float: left;
|
||||
height: 22px;
|
||||
width: 10px;
|
||||
background: green;
|
||||
}
|
||||
div.e {
|
||||
clear: left;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body
|
||||
><div class="a"
|
||||
><div class="b"
|
||||
><div class="c"
|
||||
></div
|
||||
><div class="d"
|
||||
></div
|
||||
><div class="e"
|
||||
></div
|
||||
> <!-- whitespace --></div
|
||||
></div
|
||||
></body>
|
||||
</html>
|
@ -160,6 +160,9 @@ load 438509-1.html
|
||||
load 443528-1.html
|
||||
load 448903-1.html
|
||||
load 451334-1.html
|
||||
load 452157-1.html
|
||||
load 452157-2.html
|
||||
load 452157-3.html
|
||||
load 455171-1.html
|
||||
load 455171-2.html
|
||||
load 455171-3.html
|
||||
|
Loading…
Reference in New Issue
Block a user