diff options
Diffstat (limited to 'layout/reftests/bugs/1401317.html')
-rw-r--r-- | layout/reftests/bugs/1401317.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1401317.html b/layout/reftests/bugs/1401317.html new file mode 100644 index 0000000000..82e17a8a2f --- /dev/null +++ b/layout/reftests/bugs/1401317.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> +<head> +<style type="text/css"> +.foo::marker { color: red } +</style> +</head> +<body> + <ul> + <li class="foo">one</li> + <li>two</li> + </ul> +</body> +</html> |