repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
iframe-invalid-domain-change.html
blob
55b63164024e321695984b55a240d6ac13283017
1
<body>
2
Some text here.
3
<script>
4
// Should not change the domain.
5
try
{
6
document
.
domain
=
'apple.com'
;
7
}
catch
(
e
) {
8
}
9
10
</script>
11
</body>