diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/bugs/571281-1a.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/bugs/571281-1a.html b/layout/reftests/bugs/571281-1a.html new file mode 100644 index 0000000000..0860fd5708 --- /dev/null +++ b/layout/reftests/bugs/571281-1a.html @@ -0,0 +1,18 @@ +<!doctype html> +<html> +<head> +<style> +li { + list-style-position: inside; + overflow: hidden; +} +</style> +</head> +<body> + +<ul> + <li>Test (inside).</li> +</ul> + +</body> +</html> |