Sign in
webkit
/
WebKit
/
69084d7b0eae184a8076d683d5feee69bc80ce44
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
iframe-invalid-domain-change.html
blob: 55b63164024e321695984b55a240d6ac13283017 [
file
] [
log
] [
blame
]
<body>
Some text here.
<script>
// Should not change the domain.
try
{
document
.
domain
=
'apple.com'
;
}
catch
(
e
)
{
}
</script>
</body>