blob: 38a5db69ddd78488c191961af0c84ed03da5a852 [file] [log] [blame]
<html>
<head>
<script>
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.setCanOpenWindows();
layoutTestController.waitUntilDone();
}
function test()
{
var w = window.open("http://localhost:8080/security/resources/no-custom-property.html");
w.myProp = 1;
}
</script>
<body onload='test()'>
Test that window properties set for initial document are reset if port security check fails