Skip to content

Commit

Permalink
Fix wrong test description (#30853)
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic authored Sep 18, 2021
1 parent b534806 commit 8839eb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@

await waitForLoad(iframe);
assert_equals(iframe.contentWindow.location.search, "?1", "must go back one step eventually");
}, "cross-document navigations are stopped by same-document back()");
}, "cross-document navigations are stopped by cross-document back()");
</script>

0 comments on commit 8839eb1

Please sign in to comment.