diff options
Diffstat (limited to 'layout/generic/crashtests/391894-1.html')
-rw-r--r-- | layout/generic/crashtests/391894-1.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/generic/crashtests/391894-1.html b/layout/generic/crashtests/391894-1.html new file mode 100644 index 0000000000..d69a95573b --- /dev/null +++ b/layout/generic/crashtests/391894-1.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> +<head> + +<style> + +#q:first-line { } + +</style> + +</head> +<body style="column-width: 0em"> + +<div id="q">a b c<span style="float: right;"></span></div> + +</body> +</html> |