tenfourfox/dom/base/crashtests/244933-1.html

14 lines
154 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<body>
<pre>
<script>
document.write(window.sidebar.something);
for (i in window.sidebar)
{
break
}
</script>
</pre>
</body>
</html>