diff options
Diffstat (limited to 'layout/generic/crashtests/412014-1.html')
-rw-r--r-- | layout/generic/crashtests/412014-1.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/generic/crashtests/412014-1.html b/layout/generic/crashtests/412014-1.html new file mode 100644 index 000000000..0aa4446d1 --- /dev/null +++ b/layout/generic/crashtests/412014-1.html @@ -0,0 +1,17 @@ +<html style="white-space: pre; -moz-column-count: 2;"> +<head></head> + +<body onload="document.body.style.MozFloatEdge = 'margin-box'" style="-moz-column-width: 20em;"> + +<div style="position: relative; height: 80px; margin: 10px;"> + + + + +<div style="position: absolute; height: 11px; top: 19px;"></div> +</div> + + +</body> + +</html> |