Closed
Bug 1703351
Opened 4 years ago
Closed 3 years ago
Fix test_scroll_background_tabs in browser_scrollPositions.js when browser_scrollPositions_sample.html is loaded over httpS and not http
Categories
(Firefox :: Session Restore, defect)
Firefox
Session Restore
Tracking
()
RESOLVED
DUPLICATE
of bug 1709136
Fission Milestone | M8 |
People
(Reporter: annyG, Assigned: annyG)
References
(Blocks 1 open bug)
Details
No description provided.
This may be bad if it happens outside of tests as well.
To summarize what the test does:
- Opens a new window and adds a background tab.
- Loads an https URL in that background tab and scrolls the document to some position (say A).
- Navigates the background tab to an http URL and scrolls it to some other position (say B).
- Closes the tab and restores it.
- Checks that the restored tab is scrolled to position B.
- Goes back and checks that the tab is scrolled to position A.
Anny says this repros both with and without the patches from bug 1698601. It's unclear if this is actually caused by the https->http restore or navigations.
Blocks: fission-sessionstore
No longer depends on: 1698601
Comment 2•4 years ago
|
||
NI for Anny since she's looking into the same test in bug 1701735
Flags: needinfo?(agakhokidze)
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → agakhokidze
Status: NEW → ASSIGNED
Flags: needinfo?(agakhokidze)
Updated•4 years ago
|
Fission Milestone: --- → M8
Comment 3•3 years ago
|
||
This is expected to be fixed with the fix for bug 1709136.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•