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
Roll leveldb 3f7758:803d69 (v1.17 -> v1.18)
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
login
/
deframe.html
blob
894d5a79787bbbbcc69a59c654b53c67126b6c29
1
<html>
2
<head>
3
<script>
4
5
// Attempts to trigger top-frame navigation.
6
function
deframe
() {
7
if
(
top
.
location
!=
self
.
location
)
8
top
.
location
.
href
=
self
.
location
;
9
}
10
</script>
11
</head>
12
13
<body
onload
=
"deframe();"
>
14
This page will attempt to break out iframe.
15
</body>
16
</html>