diff options
Diffstat (limited to 'layout/generic/crashtests/398322-2.html')
-rw-r--r-- | layout/generic/crashtests/398322-2.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/generic/crashtests/398322-2.html b/layout/generic/crashtests/398322-2.html new file mode 100644 index 000000000..74f82dae2 --- /dev/null +++ b/layout/generic/crashtests/398322-2.html @@ -0,0 +1,12 @@ +<html class="reftest-print"> +<head> +<style>
+q::after { content:"anonymous text"; text-transform: uppercase;}
+</style>
+</head> +<body> +<div style="position: absolute; width: 50px; -moz-column-count: 2;"> + <div style="position: absolute;"> <q> </q> </div> +</div> +</body> +</html> |