diff options
Diffstat (limited to 'layout/generic/crashtests/514800-1.html')
-rw-r--r-- | layout/generic/crashtests/514800-1.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/generic/crashtests/514800-1.html b/layout/generic/crashtests/514800-1.html new file mode 100644 index 000000000..1a2861f58 --- /dev/null +++ b/layout/generic/crashtests/514800-1.html @@ -0,0 +1,4 @@ +<html style="position: absolute; overflow: hidden; -moz-column-count: 3;"> +<head></head> +<body style="overflow-y: scroll;" onload="document.body.style.counterReset='c';"><div style="position: absolute; height: 200px;"></div></body> +</html> |