Sign in
webkit
/
WebKit
/
f6a2db0b6ffa1cbc502926e8c3265b2be2346307
/
.
/
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>