haikuwebkit/ManualTests/inspector-wrappers/inspector-evaluate.html

12 lines
231 B
HTML

<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>