Closed
Bug 1422463
Opened 8 years ago
Closed 8 years ago
Intermittent browser/base/content/test/performance/browser_windowopen_flicker.js | unexpected changed rect: ({x1:1042, x2:1049, y1:52, y2:55, w:7, h:3}), window width: 1280 -
Categories
(Toolkit :: Performance Monitoring, defect, P5)
Toolkit
Performance Monitoring
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: florian)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
4.70 KB,
patch
|
johannh
:
review+
|
Details | Diff | Splinter Review |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 4•8 years ago
|
||
Most of the failures here are the rect of the urlbar down arrow having a smaller size than expected due to 2 frames having pixels of almost the same color at the end of the CSS opacity transition. This happened 8 times on the browser_windowopen_flicker.js test and once on the browser_startup_flicker.js test (bug 1422549).
One failure here is due to the 1x1px initial paint happening twice rather than once.
One failure is due to the location bar not being focused at first paint. This was already covered by the startup test, but never happened in my try runs for the windowopen case.
Attachment #8934132 -
Flags: review?(jhofmann)
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → florian
Status: NEW → ASSIGNED
Comment 5•8 years ago
|
||
Comment on attachment 8934132 [details] [diff] [review]
Fix
Review of attachment 8934132 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me and thank you for nicely commenting and structuring the test after my original review. :)
Attachment #8934132 -
Flags: review?(jhofmann) → review+
Pushed by florian@queze.net:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f9f24c426257
Fix intermittent browser_windowopen_flicker.js and browser_startup_flicker.js failures by whitelisting more intermittent behaviors, r=johannh.
Comment 8•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Assignee | ||
Updated•8 years ago
|
Flags: needinfo?(florian)
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•