Sign in
webkit
/
WebKit
/
db429512421596470240ded3a71f70ee20552ab3
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
cross-frame-iframe-callback-explicit-domain-ALLOW.html
blob: 7a85076562306189ae7ef62679e6b8c869f9366f [
file
] [
log
] [
blame
]
<script>
var
func
=
window
.
parent
.
testFunction
;
document
.
domain
=
document
.
domain
;
// after this window.parent properties are inaccessible
func
();
// yet this should still work
</script>