Skip to content

Commit bf96717

Browse files
authored
Merge pull request #93 from aik099/frame-test-fixture-fix
Corrected a frame test fixture
2 parents 1b88ec3 + 87fae0b commit bf96717

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web-fixtures/iframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<iframe src="iframe_inner.html" name="subframe_by_name"></iframe>
66

7-
<iframe src="issue131.html" name="subframe_by_id"></iframe>
7+
<iframe src="issue131.html" id="subframe_by_id"></iframe>
88

99
<div id="text">
1010
Main window div text

0 commit comments

Comments
 (0)