Sign in
webkit
/
WebKit
/
f3ecda48cdde51cb7c8c882d151b56b514c68e28
/
.
/
LayoutTests
/
http
/
tests
/
security
/
popup-blocked-from-window-open.html
blob: 7e8ed9b6652e13d0ff496d4e84396e922e56d316 [
file
] [
log
] [
blame
]
<html>
<!-- webkit-test-runner [ JavaScriptCanOpenWindowsAutomatically=false ] -->
<body>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
win
=
window
.
open
(
"about:blank"
);
alert
(
win
?
"FAIL"
:
"PASS"
);
</script>
</body>
</html>