Bug 1615477 Comment 7 Edit History

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

Reopening this bug because this browser_fullscreen_enterInUrlbar.js test is still disabled for Fission. We should try re-enabling it.

https://searchfox.org/mozilla-central/rev/82c04b9cad5b98bdf682bd477f2b1e3071b004ad/browser/base/content/test/fullscreen/browser.ini#13-15

```
[browser_fullscreen_enterInUrlbar.js]
run-if = os != 'mac' # Tests non-Mac full screen
skip-if = (fission && os == 'linux' && bits == 64 && os_version == '18.04')  # bug 1615477 for Ubuntu 18.04.
```
Reopening this bug because this browser_fullscreen_enterInUrlbar.js test is still disabled for Fission Linux. We should try re-enabling it.

https://searchfox.org/mozilla-central/rev/82c04b9cad5b98bdf682bd477f2b1e3071b004ad/browser/base/content/test/fullscreen/browser.ini#13-15

```
[browser_fullscreen_enterInUrlbar.js]
run-if = os != 'mac' # Tests non-Mac full screen
skip-if = (fission && os == 'linux' && bits == 64 && os_version == '18.04')  # bug 1615477 for Ubuntu 18.04.
```

Back to Bug 1615477 Comment 7