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