summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/tests/mochitest/bug92773_helper.html
blob: be10dd54aea0585c56efb20ca7f0a3c3b626dac2 (plain)
1
2
3
4
5
6
7
<html>
    <head>
        <script>
            Object.defineProperty(window, "foo", { get() { alert("FAIL"); } });
        </script>
    </head>
</html>