Sign in
webkit
/
WebKit
/
bd9ea4a5474a3d7a80a4f79c542279d7b8a087a0
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
sandboxed-iframe-origin-remove-step2.html
blob: 358ef1279b4aa13bc41e64a2615dd8d52c153a2a [
file
] [
log
] [
blame
]
<script>
try
{
top
.
fail
();
}
catch
(
e
)
{
console
.
log
(
e
);
top
.
postMessage
(
"step2-done"
,
"*"
);
}
</script>