3 testRunner
.dumpAsText();
8 alert("FAIL: Child called parent.f()");
12 <iframe src=
"data:text/html,<script>try { alert(parent[0].a); } catch (e) { alert('PASS: Access to parent[0].a threw exception.'); }</script><script>try { parent[0].f(); } catch (e) { alert('PASS: Access to parent[0].f() threw exception.'); }</script>"></iframe
><br
>
13 This test passes
if the access is forbidden
.