tenfourfox/dom/base/crashtests/244933-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07: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>