Sign in
webkit
/
WebKit
/
69084d7b0eae184a8076d683d5feee69bc80ce44
/
.
/
ManualTests
/
inspector-wrappers
/
console-eval.html
blob: 9274ceae84ef77cc206503ef8b9f6072e42f65a7 [
file
] [
log
] [
blame
]
<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>