summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/inspector-wrappers/console-eval.html
blob: 9274ceae84ef77cc206503ef8b9f6072e42f65a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<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>