repo.or.cz
/
jquery.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tests: revert concurrency group change
[jquery.git]
/
test
/
data
/
frame.html
blob
98107be1d8222d920e10a16f8b9a1d99bd13cd72
1
<html>
2
<head>
3
<title>
frame
</title>
4
</head>
5
<frameset
cols
=
"20%, 80%"
>
6
<frame
id
=
"test-frame"
src
=
"iframe.html"
>
7
<frame
src
=
"iframe.html"
>
8
</frameset>
9
</html>