Skip to content

Commit e40e0aa

Browse files
committed
Replaced the old frameset and frame with iframe, all tests are green now.
1 parent 9ee423c commit e40e0aa

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

webapp/frame.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@
33
<title>Test Title</title>
44
</head>
55
<body>
6-
7-
<frameset cols="25%,50%,25%">
8-
<frame id="frame1" src="index.html" />
9-
<frame id="frame2" src="textfield.html" />
10-
</frameset>
6+
<iframe id="frame1" src="index.html"></iframe>
7+
<iframe id="frame2" src="textfield.html"></iframe>
118

129
<input id="text1" type="text" value="" />
1310

0 commit comments

Comments
 (0)