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
/
http
/
tests
/
security
/
resources
/
cross-frame-iframe-for-get-override-test.html
blob
1fac1354c2a579864233732ac9a24269556fb9ba
1
<html>
2
<head>
3
<script>
4
5
window
.
focus
=
function
() {
return
"new focus"
; }
6
window
.
__proto__
.
blur
=
function
() {
return
"new blur"
; }
7
window
.
history
.
close
=
"new close"
;
8
9
window
.
onload
=
function
()
10
{
11
window
.
parent
.
postMessage
(
'ready'
,
'*'
);
12
}
13
</script>
14
</head>
15
<body>
16
</body>
17
</html>