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]
/
content
/
test
/
data
/
frame_tree
/
page_with_two_frames.html
blob
c6323ad33463fec8adc5ac32352d500cda2d616c
1
<!DOCTYPE
html
>
2
<head>
3
</head>
4
<body>
5
This page has two iframes: one is cross-site, the other is same-site.
6
<iframe
name
=
"frame1"
src
=
"/cross-site/bar.com/title1.html"
></iframe>
7
<iframe
name
=
"frame2"
src
=
"../title1.html"
></iframe>
8
</body>
9
</html>
10