blob: 4b88ee9ead64974d7248340c64463873a524eb3b [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
testRunner.dumpChildFramesAsText()
}
function test()
{
var frame = document.createElement('iframe');
frame.setAttribute('src', 'http://127.0.0.1:8080/security/resources/no-custom-property.html');
document.body.appendChild(frame);
var w = frame.contentWindow;
w.myProp = 1;
}
</script>
<body onload='test()'>
Test that window properties set for initial document are reset if port security check fails