diff options
Diffstat (limited to 'layout/generic/crashtests/1001233.html')
-rw-r--r-- | layout/generic/crashtests/1001233.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/generic/crashtests/1001233.html b/layout/generic/crashtests/1001233.html new file mode 100644 index 000000000..ef5922122 --- /dev/null +++ b/layout/generic/crashtests/1001233.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="utf-8"> +<style> +li::-moz-list-bullet { + direction: rtl; + margin-right: 1em; +} +</style> +</head> +<body> +Body +<ul> +<li>list item</li> +</ul> +</body> +</html> |