Sign in
webkit
/
WebKit
/
117ae8fbad9252e85e659fd9c61d63bf6afc3db5
/
.
/
LayoutTests
/
inspector
/
debugger
/
resources
/
pause-on-blocked-script-url.js
blob: 820c6044b4d14fc735a7285a9936b369ec9627bc [
file
] [
log
] [
blame
]
function
testAction
()
{
var
a
=
document
.
createElement
(
'a'
);
a
.
setAttribute
(
'href'
,
'javascript:alert("FAIL!");'
);
document
.
body
.
appendChild
(
a
);
a
.
click
();
}