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

14 lines
154 B
HTML
Raw Permalink Normal View History

2019-03-11 10:26:37 +00:00
<html>
<body>
<pre>
<script>
document.write(window.sidebar.something);
for (i in window.sidebar)
{
break
}
</script>
</pre>
</body>
</html>