Closed
Bug 1380683
Opened 7 years ago
Closed 7 years ago
test_frameNavigation.html fails with webrender enabled
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: kats, Assigned: kats)
References
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
When I run mochitests (non-e10s) with webrender enabled in automation, test_frameNavigation.html pretty consistently fails with a timeout. I investigated and it appears to be the same problem as was fixed in bug 1241634 (i.e. calling click() on a link that was just inserted with .innerHTML sometimes fails), but on a different click() than the one that bug fixed.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8886226 [details]
Bug 1380683 - Fix test_frameNavigation.html to pass with webrender enabled.
https://reviewboard.mozilla.org/r/157008/#review162348
LGTM, thanks :)
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8886226 [details]
Bug 1380683 - Fix test_frameNavigation.html to pass with webrender enabled.
https://reviewboard.mozilla.org/r/157008/#review162350
Attachment #8886226 -
Flags: review?(jhao) → review+
Pushed by kgupta@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b159df5261fa
Fix test_frameNavigation.html to pass with webrender enabled. r=jhao
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•