Closed
Bug 1687451
Opened 4 years ago
Closed 4 years ago
Make history-restore-anchors.html to run in a reasonable way
Categories
(Core :: Layout: Scrolling and Overflow, defect)
Core
Layout: Scrolling and Overflow
Tracking
()
RESOLVED
FIXED
86 Branch
| Tracking | Status | |
|---|---|---|
| firefox86 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
References
Details
Attachments
(1 file)
Right now the test starts async_test and then reloads itself.
Patch coming.
The test does still fail in assert_equals(win.scrollY, 1100).
It isn't clear to me if that is valid assert, but this bug is not about that case.
| Assignee | ||
Comment 1•4 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=704bcc6ffba5b564524d232b71fc5dc4f3bc11c6
Not quite sure what Android will say about the change, so waiting for the tryserver results and will
possibly need to tweak .ini.
The main point with the patch is to let the test run in Fission, where the old setup causes some issues.
Pushed by opettay@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/05f9164c0695
Make history-restore-anchors.html to run in a reasonable way, r=emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/27241 for changes under testing/web-platform/tests
Comment 4•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
Upstream PR merged by jgraham
You need to log in
before you can comment on or make changes to this bug.
Description
•