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-enumeration-test.html
blob
3703f6795eba83408c4dc8f3d9d29a524107299f
1
<script>
2
window
.
customWindowProperty
=
1
;
3
window
.
history
.
customHistoryProperty
=
1
;
4
window
.
location
.
customLocationProperty
=
1
;
5
6
window
.
onload
=
function
()
7
{
8
window
.
parent
.
postMessage
(
'ready'
,
'*'
);
9
}
10
</script>