Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/https-acid3
/
.
/
html
/
browsers
/
windows
/
resources
/
browsing-context-window.html
blob: c1594f637ec50699ea4b341d35ea2a43e9d0f549 [
file
] [
edit
]
<script>
if
(
window
.
parent
)
{
window
.
parent
.
postMessage
({
"thisWindowEquivalency"
:
(
window
===
this
)
},
"*"
);
}
</script>