diff options
Diffstat (limited to 'layout/generic/crashtests/1346454-2.html')
-rw-r--r-- | layout/generic/crashtests/1346454-2.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/generic/crashtests/1346454-2.html b/layout/generic/crashtests/1346454-2.html new file mode 100644 index 0000000000..0e87f4c491 --- /dev/null +++ b/layout/generic/crashtests/1346454-2.html @@ -0,0 +1,12 @@ +<style> +#x { float: left; } +dir { + list-style-position: inside; + column-width: 3px; +} +</style> +<dir> +<div> +<li> +<li id=x> +<li>
\ No newline at end of file |