summaryrefslogtreecommitdiffstats
path: root/dom/animation/test/crashtests/1373712-1.html
blob: 8b5c121c85964399d050076c166f2ba3736236d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<title>Bug 1373712 - Assertions of SpecifiedKeyframeArraysAreEqual(mKeyframes, keyframesCopy) with large color value
</title>
<meta charset="UTF-8">
<script>
document.documentElement.animate([{ "color": "hsl(63e292,41%,34%)" }]);
</script>
</head>
</html>