summaryrefslogtreecommitdiffstats
path: root/dom/animation/test/crashtests/1334582-2.html
blob: d3b223650dae45f8ef1d884e9b1ef4ff97330bd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
window.onload = function(){
  let a = document.documentElement.animate([], {"iterationStart": 1.7976931348623157e+308, "fill": "both"});
};
</script>
</head>
</html>