Bug 1522521 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

`browser_bug555767.js` is testing that switch to tab closes the active tab if it is blank.

We should:

* Move it from `browser/base/content/test/general/browser_bug555767.js` to `browser/components/urlbar/tests/browser/` and rename it to something meaningful.
* Port the test to work with QuantumBar.

Adding dependency on bug 1522489 as we'll likely want some of the helpers that it is creating.
`browser_bug555767.js` is testing that switch to tab closes the active tab if it is blank. `browser_bug655584.js` tests that the popup is closed after switching tabs using switch to tab.

We should:

* Move them from `browser/base/content/test/general/` to `browser/components/urlbar/tests/browser/` and rename them to something meaningful.
* Port the tests to work with QuantumBar.

Adding dependency on bug 1522489 as we'll likely want some of the helpers that it is creating.

Back to Bug 1522521 Comment 0