Open Bug 1177550 Opened 9 years ago Updated 2 years ago

Fix and reenable browser/devtools/markupview/test/browser_markup_events-overflow.js

Categories

(DevTools :: Inspector, defect, P3)

defect

Tracking

(Not tracked)

People

(Reporter: seth, Unassigned)

References

Details

(Whiteboard: [btpp-fix-later])

browser_markupview_events-overflow.js has a dependency on the timing of image decoding. Bug 1163856 changes that timing, causing browser_markupview_events-overflow.js to start failing with failures like:

"Clicked event handler code is aligned with the container bottom. - Got 79, expected 91"

I'm not sure which images specifically are involved (i.e., which ones affect the layout that this test is checking), but two guesses based on the logs are:

- chrome://browser/skin/devtools/command-pick@2x.png
- chrome://browser/skin/devtools/tooltip/arrow-vertical-light@2x.png

Fixing this probably involves figuring out the correct images, and waiting for their load event. An event loop spin is probably also necessary to allow layout to complete.
Component: ImageLib → Developer Tools: Inspector
Product: Core → Firefox
Inspector bug triage. Filter on CLIMBING SHOES.
Priority: -- → P3
Whiteboard: [btpp-fix-later]
Summary: Fix and reenable browser/devtools/markupview/test/browser_markupview_events-overflow.js → Fix and reenable browser/devtools/markupview/test/browser_markup_events-overflow.js
Product: Firefox → DevTools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.