Enable test_XHRDocURI.html for Fission and cross-origin
Categories
(Core :: DOM: Networking, defect, P3)
Tracking
()
Fission Milestone | M6c |
People
(Reporter: neha, Assigned: peterv)
References
Details
(Whiteboard: [necko-triaged])
test_XHRDocURI.html is currently marked as an expected failure
fail-if = (xorigin && fission) # Session History, dom/xhr/tests/test_XHRDocURI.html:457
Updated•4 years ago
|
Reporter | ||
Comment 1•4 years ago
|
||
Dragana, can someone please look into this and report more about the failure cause? This will help me decide if this should be fixed in M6b or M6c.
If it seems to be session history related, can we try if setting fission.sessionHistoryInParent to see if that fixes the issue? This pref will soon be enabled for Fission (bug 1656208).
Reporter | ||
Comment 2•4 years ago
|
||
Peter confirmed that it is fixed with fission.sessionHistoryInParent
Updated•4 years ago
|
Comment 3•4 years ago
|
||
Bug 1668357 changed this fail-if = (xorigin && fission)
to skip-if = fission
:
Assigning to Peter.
Reporter | ||
Comment 4•4 years ago
|
||
Getting re-enabled in Bug 1677483. We can close this bug once that patch lands and sticks.
Reporter | ||
Comment 5•4 years ago
|
||
This test got re-enabled in Bug 1677483.
Description
•