diff options
Diffstat (limited to 'layout/generic/crashtests/408602-1.html')
-rw-r--r-- | layout/generic/crashtests/408602-1.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/generic/crashtests/408602-1.html b/layout/generic/crashtests/408602-1.html new file mode 100644 index 000000000..b2db8577b --- /dev/null +++ b/layout/generic/crashtests/408602-1.html @@ -0,0 +1,12 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +</head> + +<body style="position: fixed;"> + +<div style="position: absolute; -moz-column-width: 20em;"><div style="white-space: pre; float: right; height: 50px;"><div style="width: 100px; height: 12em;"></div> +</div></div> + +</body> + +</html> |