repo.or.cz
/
mozilla-central.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
CLOSED TREE: TraceMonkey merge head. (a=blockers)
[mozilla-central.git]
/
docshell
/
test
/
navigation
/
parent.html
blob
46028aad9353ec3266f0b6aa21ea8dec2015f378
1
<!DOCTYPE
html
>
2
<html>
3
<body>
4
This document contains a frame.
5
<div><iframe
src
=
"blank.html"
></iframe></div>
6
<script>
7
frames
[
0
].
name
=
window
.
name
+
"_child0"
;
8
</script>
9
</body>
10
</html>
11