diff options
Diffstat (limited to '')
-rw-r--r-- | gfx/tests/crashtests/1701975-1.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gfx/tests/crashtests/1701975-1.html b/gfx/tests/crashtests/1701975-1.html new file mode 100644 index 0000000000..c7d54ca996 --- /dev/null +++ b/gfx/tests/crashtests/1701975-1.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html> +<head> + <style> + #id_0 { + font-size: 10000% ! important + } + + * { + border-top-style: groove; + } + </style> + +</head> +<math> + <semantics style='border-inline: 1000000em outset !important'> + <mmultiscripts id='id_0'></mmultiscripts> + </semantics> +</math> +</html> |