diff options
Diffstat (limited to 'gfx/tests/crashtests/348462-1.html')
-rw-r--r-- | gfx/tests/crashtests/348462-1.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gfx/tests/crashtests/348462-1.html b/gfx/tests/crashtests/348462-1.html new file mode 100644 index 0000000000..e49b891587 --- /dev/null +++ b/gfx/tests/crashtests/348462-1.html @@ -0,0 +1,11 @@ +<html> +<head> +<style>.classname { font-size: 2666.3423423423423424 }</style> +<title>bla crash</title> +</head> + +<body> +<p class="classname">crash!</p> +</body> + +</html> |