diff options
Diffstat (limited to 'gfx/tests/crashtests/1683679.html')
-rw-r--r-- | gfx/tests/crashtests/1683679.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gfx/tests/crashtests/1683679.html b/gfx/tests/crashtests/1683679.html new file mode 100644 index 0000000000..9e4ffc74b4 --- /dev/null +++ b/gfx/tests/crashtests/1683679.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> +<head> + <style> + * { + border-style: groove dashed none outset; + scale: 1573277834.8777356; + } + </style> +</head> +<div> + <ul> + <li></li> + <li></li> + <li></li> + </ul> +</div> + |