Mypal/dom/base/crashtests/244933-1.html
2019-03-11 13:26:37 +03:00

14 lines
154 B
HTML

<html>
<body>
<pre>
<script>
document.write(window.sidebar.something);
for (i in window.sidebar)
{
break
}
</script>
</pre>
</body>
</html>