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><title>Test vertical writing mode with specified page size and logical margins.</title><linkrel="author"title="Morten Stenshorne"href="mailto:mstensho@chromium.org"><linkrel="help"href="https://www.w3.org/TR/css-page-3/#at-page-rule"><linkrel="help"href="https://www.w3.org/TR/css-page-3/#typedef-page-size-page-size"><linkrel="match"href="page-size-012-print-ref.html"><style>@page{size:600px400px;margin:0;margin-inline-start:50px;}@page:first{margin-inline-start:0;margin-block-start:50px;}:root{print-color-adjust:exact;writing-mode:vertical-rl;}body{margin:0;}</style><divstyle="background:yellow;"> 50px to the left of page box right edge.<br> Page widths larger than heights.<br></div><divstyle="break-before:page; background:yellow;"> 50px below the page box top edge.<br></div>