summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1290994-3.html
blob: 76589f5a6900f1e1155d56c1b8772d88baf705b2 (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([{background: "-webkit-gradient(radial, 1 2, 8, 3 4, 9, from(lime))"},
             {background: "-webkit-gradient(radial, 0e309 2, 8, 3 4, 9, from(lime))"}]);
};
</script>
</html>