summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/inspector-wrappers/inspector-evaluate.html
blob: cc00c3b3ad7ee0d48c78879577ccc4dc475743be (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
<script src="inspector-wrappers-test-utils.js"></script>
<script>
document.evaluate = doAttack;
</script>
</head>
<body>
<script>instructions({trigger: "Type something into the search box"});</script>
</body>
</html>