trisquel-icecat/icecat/js/xpconnect/tests/mochitest/bug92773_helper.html

7 lines
153 B
HTML

<html>
<head>
<script>
Object.defineProperty(window, "foo", { get() { alert("FAIL"); } });
</script>
</head>
</html>