Sign in
webkit
/
WebKit
/
e83748a3d986d861713edbad6b20589c06c9b99f
/
.
/
LayoutTests
/
fast
/
events
/
resources
/
popup-allowed-from-gesture-initiated-form-submit-target.html
blob: 9587364041728042e2864aeafb813fad90b2020c [
file
] [
log
] [
blame
]
<html>
<head>
<script>
var
parentWindow
=
window
.
opener
;
var
console
=
parentWindow
.
document
.
getElementById
(
"console"
);
console
.
innerHTML
=
"PASS"
;
if
(
parentWindow
.
testRunner
)
parentWindow
.
testRunner
.
notifyDone
();
</script>
</head>
</html>