Closed
Bug 1239642
Opened 10 years ago
Closed 3 years ago
Fix e10s test for page-mod
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(e10s+)
RESOLVED
INCOMPLETE
| Tracking | Status | |
|---|---|---|
| e10s | + | --- |
People
(Reporter: rpl, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: triaged)
STR:
- run mochitest on test-page-mod.js with the e10s flag:
./mach mochitest addon-sdk/source/test/test-page-mod.js --e10s
Expected result:
- the test file is able to complete its run when e10s is enabled
Actual result:
- test-page-mod.js completes with failures on e10s, failures generated from the following asserts:
TEST-UNEXPECTED-FAIL | jetpack-package/addon-sdk/source/test/test-page-mod.js.testConsole | Should have seen the right inner ID - undefined == 15032385538
TEST-UNEXPECTED-FAIL | jetpack-package/addon-sdk/source/test/test-page-mod.js.testPageModCssDestroy | PageMod contentStyle worked - "200px" == "100px"
TEST-UNEXPECTED-FAIL | jetpack-package/addon-sdk/source/test/test-page-mod.js.testPageModCssDestroy | PageMod contentStyle is removed after page-mod destroy - "100px" == "200px"
Updated•10 years ago
|
Blocks: e10s-tests
tracking-e10s:
--- → +
Comment 1•9 years ago
|
||
Luca has these - so marking triaged to not see in triage each week =]
Whiteboard: triaged
Comment 2•3 years ago
|
||
This bug lies at rest in the graveyard.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•