mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
Bug 1647366 - Re-enable context menu tests that were skipped for fission r=ochameau,perftest-reviewers,Bebe
Depends on D80909 Differential Revision: https://phabricator.services.mozilla.com/D80910
This commit is contained in:
parent
58fcf13c2e
commit
c32dffdf40
@ -152,7 +152,6 @@ skip-if = (e10s && debug) # Bug 1250058 - Docshell leak on debug e10s
|
||||
[browser_inspector_inspect-object-element.js]
|
||||
[browser_inspector_inspect_mutated_node.js]
|
||||
[browser_inspector_inspect_node_contextmenu.js]
|
||||
skip-if = fission # Nested same-process iframes are broken with Fission + contenttoolbox.fission. See Bug 1647366.
|
||||
[browser_inspector_invalidate.js]
|
||||
[browser_inspector_keyboard-shortcuts-copy-outerhtml.js]
|
||||
skip-if = (os == 'linux' && bits == 32 && debug) # bug 1328915, disable linux32 debug devtools for timeouts
|
||||
|
@ -11,7 +11,6 @@ const {
|
||||
const {
|
||||
closeToolboxAndLog,
|
||||
garbageCollect,
|
||||
isFissionEnabled,
|
||||
recordPendingPaints,
|
||||
runTest,
|
||||
testSetup,
|
||||
@ -26,14 +25,6 @@ const TEST_URL = PAGES_BASE_URL + "custom/inspector/index.html";
|
||||
module.exports = async function() {
|
||||
const tab = await testSetup(TEST_URL, { disableCache: true });
|
||||
|
||||
// Nested same-process iframes are broken with Fission +
|
||||
// contenttoolbox.fission. See Bug 1647366.
|
||||
// Bail out otherwise openToolboxWithInspectNode will throw.
|
||||
if (isFissionEnabled()) {
|
||||
await testTeardown();
|
||||
return;
|
||||
}
|
||||
|
||||
const domReference = await getContentDOMReference("#initial-node", tab);
|
||||
let toolbox = await openToolboxWithInspectNode(domReference, tab);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user