summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/244933-1.html
blob: 7eaf96cc3192975bd9b0b27810ae95ca65bbe7ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<body>
<pre>
<script>
document.write(window.sidebar.something);
for (i in window.sidebar)
{
	break
}
</script>
</pre>
</body>
</html>