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
/
Source
/
web
/
tests
/
data
/
frame-a-b-c.html
blob
796a081e3a9c67ad7fbadfc9c90648b232c530f1
1
<!DOCTYPE
html
>
2
<html>
3
<title>
title
</title>
4
<body>
5
<iframe
id
=
"frame1"
name
=
"frame1"
src
=
"subframe-a.html"
></iframe>
6
<iframe
id
=
"frame2"
name
=
"frame2"
src
=
"subframe-b.html"
></iframe>
7
<iframe
id
=
"frame3"
name
=
"frame3"
src
=
"subframe-c.html"
></iframe>
8
</body>
9
</html>