Skip to content

Commit 87fae0b

Browse files
committed
Corrected a frame test fixture
1 parent 2ef2bff commit 87fae0b

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)