Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/style/crashtests/crashtests.list
<!DOCTYPE html>
<html>
<script>
window.onload=function(){
var a = document.createElement("div");
document.documentElement.appendChild(a);
a.animate([{borderLeftColor:"black"},
{borderLeftColor:"hsl(0,0e309%,0%)"}]);
};
</script>
</html>