summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1290994-2.html
blob: e592b84eeeda00410f20a3c14650a3cc5c0ea4e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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>