Bug 1678102 Comment 41 Edit History

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

STR:
1. Add `[browser_ext_menus_reduced_str.js]` to `browser/components/extensions/test/browser/browser.ini`
2. Run `./mach test browser/components/extensions/test/browser/browser_ext_menus_reduced_str.js` . You may need to run this a couple of times. Alternatively, run in test verification mode (i.e. automatically run the test repeatedly) with:
`./mach test browser/components/extensions/test/browser/browser_ext_menus_reduced_str.js --verify`

For more logs (as seen in comment 34), prepend: `MOZ_LOG=nsRefreshDriver:5`

Expected:
- Test runs to completion.

Actual:
- Test gets stuck, context menu stays open, e.g. as seen at comment 33.

Reproduced on ArchLinux + KDE, locally built (artifact and non-artifact build) with checkout at https://hg.mozilla.org/mozilla-central/rev/4db2640cb0cd60103ffa75fa76b11fa66257774f
STR:
1. Add `[browser_ext_menus_reduced_str.js]` to `browser/components/extensions/test/browser/browser.ini`
2. Run `./mach test browser/components/extensions/test/browser/browser_ext_menus_reduced_str.js` . You may need to run this a couple of times. Alternatively, run in test verification mode (i.e. automatically run the test repeatedly) with:
`./mach test browser/components/extensions/test/browser/browser_ext_menus_reduced_str.js --verify`

For more logs (as seen in comment 34), prepend: `MOZ_LOG=nsRefreshDriver:5`

Expected:
- Test runs to completion.

Actual:
- Test gets stuck, context menu stays open, e.g. as seen at comment 33.

Reproduced on ArchLinux + KDE, locally built (artifact and non-artifact build) with checkout at https://hg.mozilla.org/mozilla-central/rev/4db2640cb0cd60103ffa75fa76b11fa66257774f.

EDIT: still happens with the latest tip of the tree at https://hg.mozilla.org/mozilla-central/rev/007ed77b9cf0e8b66de757b9f503cb2392f76872

Back to Bug 1678102 Comment 41