tenfourfox/layout/style/crashtests/1028514-1.html

19 lines
329 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
function boom()
{
document.documentElement.style.animation = "137438953471s bounce";
document.documentElement.offsetHeight;
document.documentElement.style.animationIterationCount = "infinite";
}
</script>
</head>
<body onload="boom();"></body>
</html>