diff options
Diffstat (limited to 'layout/base/crashtests/1734007.html')
-rw-r--r-- | layout/base/crashtests/1734007.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/base/crashtests/1734007.html b/layout/base/crashtests/1734007.html new file mode 100644 index 0000000000..6d52d1b2ae --- /dev/null +++ b/layout/base/crashtests/1734007.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> + <style> + * { + clip-path: fill-box circle(3407268870.1142473cm at left 76% top 53%); + border: hidden thick hsla(0.8914928662981693rad, 5.18832867065233 e+307%, 81%, 1%); + opacity: 1%; + } + </style> +</head> +<table> + <caption style="position: fixed !important;" contenteditable="true"></caption> +</table> +</html> |