Closed
Bug 1687498
Opened 5 years ago
Closed 4 years ago
browser_formdata_format.js fails with SHIP
Categories
(Core :: DOM: Navigation, defect, P2)
Core
DOM: Navigation
Tracking
()
RESOLVED
DUPLICATE
of bug 1597499
Fission Milestone | M7 |
People
(Reporter: jesup, Assigned: u608768)
References
(Blocks 1 open bug)
Details
browser_formdata_format.js fails with SHIP and the patch from bug 1673617.
The issue is that we're not marking the formdata as changed, because when we see STATE_START we haven't changed the URL from about:blank yet.
Note also that once we solve this, the test itself is obsolete since it checks compatibility with formdata saved under firefox <= 15....
Comment 1•5 years ago
|
||
Depends on Bug 1668084 which will be done by Kashav.
Assignee: rjesup → kmadan
Comment 2•4 years ago
|
||
This test is currently skipped for Fission
[browser_formdata_format.js] skip-if = (!debug && (os == 'linux')) || fission # Bug 1535645, Bug 1572084
Although in hindsight that should've been
skip-if = sessionHistoryInParent
instead of skip-if = fission
Will be enabled in bug 1597499.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•