blob: a1778340f0e2f8ddaedca0789f7c693773142007 [file] [log] [blame]
<html>
<head>
<script src="inspector-wrappers-test-utils.js"></script>
<script>
window.alert = function(msg) {
msg.titleInfo = doAttack;
return msg;
}
</script>
</head>
<body>
<script>instructions({console: true, trigger: "alert(document.body)"});</script>
</body>
</html>