Closed
Bug 1171589
Opened 8 years ago
Closed 7 years ago
[e10s] test/test-content-events.test multiple tabs uses CPOWs
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(e10s+)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: evold, Unassigned)
References
Details
(Whiteboard: [unsafe-cpow-usage])
when("pageshow", firstTab). // <= CPOW USAGE then(close). then(use(window)). then(open("data:text/html,second-tab")). then(when("pageshow")). // <= CPOW USAGE then(close). then(function() { assert.deepEqual(actual, [ "document-element-inserted -> data:text/html,first-tab", "DOMContentLoaded -> data:text/html,first-tab", "load -> data:text/html,first-tab", "pageshow -> data:text/html,first-tab", "document-element-inserted -> data:text/html,second-tab", "DOMContentLoaded -> data:text/html,second-tab", "load -> data:text/html,second-tab", "pageshow -> data:text/html,second-tab" ], "all events dispatche as expeced") }, function(reason) { assert.fail(Error(reason)); }).then(function() { loader.unload(); off(events, "data", handler); done(); }); };
Reporter | ||
Updated•8 years ago
|
Blocks: e10s-sdk, e10s-addons
Updated•8 years ago
|
tracking-e10s:
--- → m8+
Updated•8 years ago
|
tracking-e10s:
m8+ → ---
Whiteboard: [unsafe-cpow-usage]
Comment 3•7 years ago
|
||
Tests are now passing with e10s enabled. But still use CPOW.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Flags: needinfo?(lgreco)
You need to log in
before you can comment on or make changes to this bug.
Description
•