mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
0ba8e38d0c
Fixes gh-4045 Closes gh-4046
10 lines
168 B
HTML
10 lines
168 B
HTML
<html>
|
|
<head>
|
|
<title>frame</title>
|
|
</head>
|
|
<frameset cols="20%, 80%">
|
|
<frame id="test-frame" src="iframe.html">
|
|
<frame src="iframe.html">
|
|
</frameset>
|
|
</html>
|