summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/tests/mochitest/bug92773_helper.html
blob: ac82c5d58931ed0dea58e89ffb5b8c894b1e6ff1 (plain)
1
2
3
4
5
6
7
<html>
    <head>
        <script>
            foo getter = function() { alert("FAIL"); }
        </script>
    </head>
</html>