diff options
Diffstat (limited to 'layout/style/crashtests/822877.html')
-rw-r--r-- | layout/style/crashtests/822877.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/style/crashtests/822877.html b/layout/style/crashtests/822877.html new file mode 100644 index 0000000000..8dfa192e49 --- /dev/null +++ b/layout/style/crashtests/822877.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> +<script> + +function boom() +{ + document.documentElement.style.transitionDelay = "10s"; + document.documentElement.style.borderBottomLeftRadius = "999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999%"; +} + +</script> +</head> +<body onload="boom();"></body> +</html> |