Skip to content

Commit

Permalink
Corrected a frame test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Mar 19, 2024
1 parent 2ef2bff commit 87fae0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-fixtures/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

<iframe src="issue131.html" name="subframe_by_id"></iframe>
<iframe src="issue131.html" id="subframe_by_id"></iframe>

<div id="text">
Main window div text
Expand Down

0 comments on commit 87fae0b

Please sign in to comment.