diff options
Diffstat (limited to 'layout/xul/crashtests/716503.html')
-rw-r--r-- | layout/xul/crashtests/716503.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/xul/crashtests/716503.html b/layout/xul/crashtests/716503.html new file mode 100644 index 0000000000..250ad2ba40 --- /dev/null +++ b/layout/xul/crashtests/716503.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<head> +<style> +div::before { + content: "j"; + display:-moz-inline-box; +} +</style> +<body><div></div></body> +</html> |