Closed
Bug 1694189
Opened 4 years ago
Closed 4 years ago
Talos test pdfpaint Error: Expected page 1 got 2
Categories
(Firefox :: PDF Viewer, defect)
Firefox
PDF Viewer
Tracking
()
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: bdahl, Assigned: bdahl)
References
Details
Attachments
(1 file)
As mentioned in https://bugzilla.mozilla.org/show_bug.cgi?id=1220362#c288
Assignee | ||
Comment 1•4 years ago
|
||
It appears we were missing some pagerendered events because we weren't
attaching the listener until after a setTimeout in contentLoadHandlerCallback.
Further, the test wasn't really waiting until idle to load the next round, so we
can remove that part for now. This may be something we want to fix in the
future though.
Updated•4 years ago
|
Assignee: nobody → bdahl
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
Unfortunately, I haven't been able to reproduce this locally, but I have an idea on how it could happen (see patch).
Pushed by bdahl@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2c2cb0eb3e5f
Don't wait for timeout to add pagerendered event listener. r=emilio,perftest-reviewers,sparky
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•