blob: c58b219fa0982292bc010e1bdc29d9d5833a80ad [file] [log] [blame]
<html>
<body>
<p>Test that a child frame can't define a function and the use it to access parent properties after document.domain write blocks the access.
<script>
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.dumpChildFramesAsText();
}
</script>
<iframe src="resources/cross-frame-iframe-callback-explicit-domain-DENY.html" style=""></iframe>
<pre id="console"></pre>
</body>
</html>