haikuwebkit/ManualTests/inspector-wrappers/console-eval.html

12 lines
236 B
HTML

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