repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
events
/
resources
/
popup-allowed-from-gesture-initiated-form-submit-target.html
blob
9587364041728042e2864aeafb813fad90b2020c
1
<html>
2
<head>
3
<script>
4
var
parentWindow
=
window
.
opener
;
5
var
console
=
parentWindow
.
document
.
getElementById
(
"console"
);
6
console
.
innerHTML
=
"PASS"
;
7
if
(
parentWindow
.
testRunner
)
8
parentWindow
.
testRunner
.
notifyDone
();
9
</script>
10
</head>
11
</html>