diff options
Diffstat (limited to 'layout/generic/crashtests/1375858.html')
-rw-r--r-- | layout/generic/crashtests/1375858.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/generic/crashtests/1375858.html b/layout/generic/crashtests/1375858.html new file mode 100644 index 0000000000..b6d89f6201 --- /dev/null +++ b/layout/generic/crashtests/1375858.html @@ -0,0 +1,12 @@ +<html> +<head> +<style> + *::marker, * { + transform-style:preserve-3d; + } +</style> +</head> +<body> + <li></li> +</body> +</html> |