gecko-dev/dom/base/test/file_bug1554070_2.html
Kashav Madan c2b56a6b32 Bug 1554070 - Ensure that the selected window has a targetable BrowsingContext, r=nika
When searching for a target by name, don't select a window if its associated
BrowsingContext is closed, discarded, or cached.

Differential Revision: https://phabricator.services.mozilla.com/D37876

--HG--
extra : moz-landing-system : lando
2019-07-17 15:35:04 +00:00

14 lines
247 B
HTML

<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=1554070
-->
<head>
<meta charset="utf-8">
<title>Test for Bug 1554070</title>
</head>
<body>
<a href="https://example.org" target="foo">example.org</a>
</body>
</html>