blob: 00ee059ca09446b9d0f67f1f1f06cf3e77f6fb84 [file] [log] [blame]
<script>
function runTest()
{
try {
document.domain = 'localhost';
window.top.performedDomainChange("Allowed to set document.domain", true);
} catch (e) {
window.top.performedDomainChange("Denied: " + e.message, false);
}
}
</script>
<body onload="runTest();">
TEST CONTENT
</body>