Bug 1592093 Comment 1 Edit History

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

https://searchfox.org/mozilla-central/source/dom/ipc/tests/browser_cancel_content_js.js#35,46 - the selected assert fails. The reason for that is that after we call `BrowserTestUtils.loadURI`, which indirectly calls `_loadURI`, we take the following path https://searchfox.org/mozilla-central/source/browser/base/content/browser.js#1537-1565 which does NOT call  `RemoteWebNavigation.loadURI` where https://searchfox.org/mozilla-central/source/toolkit/components/remotebrowserutils/RemoteWebNavigation.jsm#105-111 would have been called had we executed https://searchfox.org/mozilla-central/source/browser/base/content/browser.js#1527-1535 (since I see the call to `browser.webNavigation`)

Back to Bug 1592093 Comment 1