Fix test_interrupted_reflow.html on Fis+xorig runs
Categories
(Core :: Panning and Zooming, defect)
Tracking
()
People
(Reporter: hiro, Assigned: hiro)
References
Details
Attachments
(1 file)
Currently it's marked as fails-if=xorigin, not skip-if since it fails on finding the root content document scroller so that we can't collect scroll offsets properly.
Just opening a new tab and running the test in the new tab would solve the issue, but I am not 100% sure it's okay. IIUC the test purpose, it was for an issue on restoring scroll position (bug 1292781)? And restoring scroll position should happen only on the top level content root scroller I think, so it seems to be okay?
Comment 1•4 years ago
|
||
Hmm, the test seems to be written assuming it is the root content document? So I would think running it in a new tab would be a good idea.
Comment 2•4 years ago
|
||
So for clarity....does the test need to be tweaked, rewritten, or some other action?
| Assignee | ||
Comment 3•4 years ago
|
||
I will rewrite the test to open a new tab instead of running the test in an iframe.
Comment 4•4 years ago
|
||
Setting Fission Milestone = Future because this test fix doesn't need to block shipping Fission MVP, IIUC.
| Assignee | ||
Comment 5•4 years ago
|
||
Comment 7•4 years ago
|
||
| bugherder | ||
Comment 8•4 years ago
|
||
Setting status-firefox92=wontfix because I assume we don't need to uplift this test fix to Beta 92.
Description
•