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.html
blob
99d42f29b56591900966d0192e29c9ddd91916e7
1
<html>
2
<head>
3
<script>
4
function
fireSentinel
()
5
{
6
parent
.
postMessage
(
"LOADED"
,
"*"
);
7
}
8
</script>
9
</head>
10
<body
onload
=
"fireSentinel();"
>
11
<p
id='accessMe'
></p>
12
<p>
Inner iframe.
</p>
13
</body>
14
</html>