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
/
fast
/
frames
/
resources
/
sandboxed-iframe-navigation-source.html
blob
413320a39d9a5658f4e140d5128ba24773d8aab4
1
<html>
2
<head>
3
<script>
4
function
modify
()
5
{
6
self
.
parent
.
location
.
assign
(
'sandboxed-iframe-navigated.html'
);
7
}
8
</script>
9
</head>
10
<body
onload='modify();'
>
11
</body>
12
</html>