summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/tests/mochitest/file_bug720619.html
blob: d198ba1fa33390f4fbcb53536ad6bf6e0b7dc756 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
    <head>
        <script>
            valueOf = function() { return "v"; }
            toString = function() { return "s"; }
        </script>
    </head>
    <body></body>
</html>