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