Sign in
webkit
/
WebKit
/
0f9dda3eb5e8bee1224032800f3b156cd5ce812d
/
.
/
LayoutTests
/
http
/
tests
/
security
/
mixedContent
/
resources
/
frame-with-about-blank-frame.html
blob: ab03be27e86a7cb8fe69c08cca53048825ce737e [
file
] [
log
] [
blame
]
<iframe
src
=
"about:blank"
></iframe><br>
<iframe
src
=
""
></iframe>
<script>
if
(
window
.
opener
)
window
.
opener
.
postMessage
(
'done'
,
'*'
);
</script>