Sign in
webkit
/
WebKit
/
0aa192ef1bb53cd65ee1ccdfb1bf23e98c2e6e65
/
.
/
LayoutTests
/
http
/
tests
/
security
/
srcdoc-can-access-parent.html
blob: 624a5e727bbfb83b25205b3f53a6de322e3b972e [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
{
testRunner
.
dumpAsText
();
}
</script>
<div
id
=
"result"
>
Waiting...
</div>
<iframe srcdoc="
Trying to access parent...
<script>
parent
.
document
.
getElementById
(
'result'
).
innerHTML
=
'PASS'
;
</script>
">
</iframe>