Skip to content

Commit

Permalink
Merge pull request #93 from aik099/frame-test-fixture-fix
Browse files Browse the repository at this point in the history
Corrected a frame test fixture
  • Loading branch information
aik099 authored Oct 31, 2024
2 parents 1b88ec3 + 87fae0b commit bf96717
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 bf96717

Please sign in to comment.