<html> | |
<head> | |
<script src="inspector-wrappers-test-utils.js"></script> | |
<script> | |
window.__defineGetter__("str", doAttack); | |
window.__defineGetter__("expression", doAttack); | |
</script> | |
</head> | |
<body> | |
<script>instructions({console: true, trigger: "something"});</script> | |
</body> | |
</html> |