summaryrefslogtreecommitdiffstats
path: root/layout/painting/crashtests/1428906-1.html
blob: 03e6d3aaf8ed971e5a43532e0e72a9f82ff7bf0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><style>
*,m{background:url()repeat center top fixed}
#a{transform:scale(1)}
</style>
<script>
function eh1(){
  try{c=a.insertRow()}catch(e){}
  try{c.appendChild(b)}catch(e){}
}
</script>
</head><body><table id="a">
<tbody><tr><d id="b">
<video>
<source onerror="eh1()">
</video></d></tr></tbody></table></body></html>