repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bumping manifests a=b2g-bump
[gecko.git]
/
docshell
/
test
/
file_framedhistoryframes.html
blob
314f9c72d8956bf743e0456b4a4cbf90d23defe2
1
<!DOCTYPE
HTML
>
2
<html>
3
<body>
4
<iframe
id
=
"iframe"
src
=
"historyframes.html"
></iframe>
5
<script
type
=
"application/javascript"
>
6
7
var SimpleTest = window.opener.SimpleTest;
8
var is = window.opener.is;
9
10
function done() {
11
window.opener.done();
12
}
13
14
</script>
15
</body>
16
</html>