summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/inspector-wrappers/console-eval.html
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/manual-tests/inspector-wrappers/console-eval.html')
-rw-r--r--Source/WebCore/manual-tests/inspector-wrappers/console-eval.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/inspector-wrappers/console-eval.html b/Source/WebCore/manual-tests/inspector-wrappers/console-eval.html
new file mode 100644
index 0000000..9274cea
--- /dev/null
+++ b/Source/WebCore/manual-tests/inspector-wrappers/console-eval.html
@@ -0,0 +1,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>