Sign in
webkit
/
WebKit
/
766722c718b33cca9e3e0605717d44b79b2b62d2
/
.
/
ManualTests
/
inspector-wrappers
/
inspector-evaluate.html
blob: cc00c3b3ad7ee0d48c78879577ccc4dc475743be [
file
] [
log
] [
blame
]
<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>