Sign in
webkit
/
WebKit
/
c704b41958427c0a87612e5ef5c00b55c7da901e
/
.
/
LayoutTests
/
inspector
/
debugger
/
resources
/
pause-on-blocked-script-injection.js
blob: 4f9ab99133944dc437a9d4a96d6a0f1e003566df [
file
] [
log
] [
blame
]
function
testAction
()
{
var
script
=
document
.
createElement
(
'script'
);
script
.
innerText
=
"alert('FAIL!');"
;
document
.
body
.
appendChild
(
script
);
}