summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/493281-1.html
blob: 6dd3dd4a15963553b6339e6db7f6df258922750d (plain)
1
2
3
4
5
6
7
<html>
    <body>
        <div id="foo">
            <script>with (document.all) foo</script>
        </div>
    </body>
</html>