summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/822877.html
blob: 8dfa192e49051adc5410fb1e2a2275d2405ea39a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>