summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/374090.html
blob: 250f8c11daa428ce458c9d3720517ab1b9ff3842 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html><head><script>
function doe() {
window.location.reload();
}
setTimeout(doe, 500);
</script></head><noframes style="overflow: scroll; display: block;"></noframes><body><li></li>

<script>
document.documentElement.setAttribute('style','-moz-binding: url(binding.xml#randomxbl);');
</script>
</body></html>