Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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>