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