diff options
Diffstat (limited to 'layout/style/crashtests/827220.html')
-rw-r--r-- | layout/style/crashtests/827220.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/style/crashtests/827220.html b/layout/style/crashtests/827220.html new file mode 100644 index 0000000000..7c1717a1b6 --- /dev/null +++ b/layout/style/crashtests/827220.html @@ -0,0 +1,5 @@ +<!DOCTYPE html> +<html style="font-size: 8em; clip: rect(auto, 3em, 0, 0); transition-timing-function: cubic-bezier(1, 1152921504606847000, 1, 1); transition-duration: 1s"> +<body onload="document.documentElement.style.fontSize = '';"> +</body> +</html> |