1<html>
2<head>
3<script src="inspector-wrappers-test-utils.js"></script>
4<script>
5window.__defineGetter__("str", doAttack);
6window.__defineGetter__("expression", doAttack);
7</script>
8</head>
9<body>
10<script>instructions({console: true, trigger: "something"});</script>
11</body>
12</html>
13