diff options
Diffstat (limited to 'layout/style/crashtests/873260-2.html')
-rw-r--r-- | layout/style/crashtests/873260-2.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/style/crashtests/873260-2.html b/layout/style/crashtests/873260-2.html new file mode 100644 index 0000000000..9634389198 --- /dev/null +++ b/layout/style/crashtests/873260-2.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="UTF-8"> +<script> + +function boom() +{ + document.documentElement.style.transitionDelay = "1ms"; + document.documentElement.style.marginRight = "calc(-999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999*-140737488355327px + 1%)"; +} + +</script> +</head> +<body onload="boom();"></body> +</html> |