Bug 1966586 - Reuse other browser windows when opening _blank links in Taskbar Tabs windows. r=nrishel
This doesn't affect other tab additions, nor does it stop the tab bar
from appearing altogether. The idea is that _if_ another tab is somehow
made, the user should see it; but we should not create new tabs if we
can avoid it.
This also adds tests for opening URIs in popups and taskbar tabs to make
it less likely that this breaks in future.
Differential Revision: https://phabricator.services.mozilla.com/D253726
<!DOCTYPE html><htmlclass="reftest-wait"><linkrel="help"href="https://drafts.csswg.org/css-shapes-1/#basic-shape-interpolation"><linkrel="match"href="clip-path-animation-custom-timing-function-ref.html"><metaname=fuzzycontent="0-2;0-320"><!-- Test that ensures that the bounding rect for a clip path animation is not limited to the size of the largest keyframe.--><style>@keyframesclippath{0%{clip-path:inset(45%45%);}25%{clip-path:inset(40%40%);}50%{clip-path:inset(45%45%);}75%{clip-path:inset(40%40%);}100%{clip-path:inset(45%45%);}}.green{background-color:green;width:200px;height:200px;animation:clippath10000000s-1286796s/* roughly where the derivative of the cubic-bezier is zero */;animation-timing-function:cubic-bezier(0,9,1,9);}</style><scriptsrc="/common/reftest-wait.js"></script><body><divclass="green"></div><script>document.getAnimations()[0].ready.then(takeScreenshot);</script></body></html>