summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/tests/mochitest/file_evalInSandbox.html
blob: f53aa1166ce01ca64ce45a3ef65f2f6bfe778599 (plain)
1
2
3
4
5
6
7
8
<html>
    <body>
        <script>
            document.foo = "bar";
            windowfoo = "windowbar";
        </script>
    </body>
</html>