Tests: revert concurrency group change
[jquery.git] / test / data / frame.html
blob98107be1d8222d920e10a16f8b9a1d99bd13cd72
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>