Mypal/layout/style/crashtests/1290994-2.html

12 lines
242 B
HTML

<!DOCTYPE html>
<html>
<script>
window.onload=function(){
var a = document.createElement("div");
document.documentElement.appendChild(a);
a.animate([{color:"rgb(0,0,0)"},
{color:"rgb(0e309%,0%,0%)"}]);
};
</script>
</html>