blob: 55b63164024e321695984b55a240d6ac13283017 [file] [log] [blame]
<body>
Some text here.
<script>
// Should not change the domain.
try {
document.domain = 'apple.com';
} catch (e) {
}
</script>
</body>