Closed
Bug 2037668
Opened 25 days ago
Closed 20 days ago
Perma a11y [tier 2] devtools/client/inspector/shared/test/browser_styleinspector_tooltip-background-image.js | Node is not focusable via the accessibility API: id: | single tracking bug
Categories
(DevTools :: Inspector, defect, P5)
DevTools
Inspector
Tracking
(firefox-esr140 unaffected, firefox150 unaffected, firefox151 unaffected, firefox152 fixed)
RESOLVED
FIXED
152 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr140 | --- | unaffected |
| firefox150 | --- | unaffected |
| firefox151 | --- | unaffected |
| firefox152 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: nchevobbe)
References
(Regression)
Details
(Keywords: intermittent-failure, intermittent-testcase, regression, Whiteboard: [collect_confirm_failure])
Attachments
(1 file)
Filed by: amarc [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=564933038&repo=autoland&task=N_AQqmCqQm-vmq2E0mlp_w.0
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/N_AQqmCqQm-vmq2E0mlp_w/runs/0/artifacts/public/logs/live_backing.log
[task 2026-05-06T21:22:16.292+00:00] 21:22:16 INFO - TEST-PASS | devtools/client/inspector/shared/test/browser_styleinspector_tooltip-background-image.js | Tab was opened in the foreground when clicking on the link | "background-image" computed value for ".in-stylesheet.relative"
[task 2026-05-06T21:22:16.292+00:00] 21:22:16 INFO - Removing tab.
[task 2026-05-06T21:22:16.293+00:00] 21:22:16 INFO - Waiting for event: 'TabClose' on [object XULElement].
[task 2026-05-06T21:22:16.294+00:00] 21:22:16 INFO - Got event: 'TabClose' on [object XULElement].
[task 2026-05-06T21:22:16.296+00:00] 21:22:16 INFO - Tab removed and finished closing
[task 2026-05-06T21:22:16.296+00:00] 21:22:16 INFO - Buffered messages finished
[task 2026-05-06T21:22:16.298+00:00] 21:22:16 INFO - TEST-UNEXPECTED-FAIL | devtools/client/inspector/shared/test/browser_styleinspector_tooltip-background-image.js | Node is not focusable via the accessibility API: id: , tagName: div, className: computed-expander theme-twisty computed-expandable
[task 2026-05-06T21:22:16.298+00:00] 21:22:16 INFO - chrome://mochikit/content/browser-test.js:test_ok:1887
[task 2026-05-06T21:22:16.298+00:00] 21:22:16 INFO - chrome://mochikit/content/tests/SimpleTest/AccessibilityUtils.js:a11yFail:812
[task 2026-05-06T21:22:16.298+00:00] 21:22:16 INFO - chrome://mochikit/content/tests/SimpleTest/AccessibilityUtils.js:assertFocusable:861
[task 2026-05-06T21:22:16.298+00:00] 21:22:16 INFO - chrome://mochikit/content/tests/SimpleTest/AccessibilityUtils.js:assertCanBeClicked:1233
[task 2026-05-06T21:22:16.298+00:00] 21:22:16 INFO - chrome://mochikit/content/tests/SimpleTest/AccessibilityUtils.js:runIfA11YChecks/this.AccessibilityUtils:1200
[task 2026-05-06T21:22:16.298+00:00] 21:22:16 INFO - chrome://mochikit/content/tests/SimpleTest/AccessibilityUtils.js:handleEvent:1319
[task 2026-05-06T21:22:16.298+00:00] 21:22:16 INFO - chrome://mochitests/content/browser/devtools/client/inspector/shared/test/browser_styleinspector_tooltip-background-image.js:testCase:212
[task 2026-05-06T21:22:16.298+00:00] 21:22:16 INFO - chrome://mochitests/content/browser/devtools/client/inspector/shared/test/browser_styleinspector_tooltip-background-image.js:null:31
[task 2026-05-06T21:22:16.298+00:00] 21:22:16 INFO - chrome://mochikit/content/browser-test.js:handleTask:1372
[task 2026-05-06T21:22:16.298+00:00] 21:22:16 INFO - chrome://mochikit/content/browser-test.js:_runTaskBasedTest:1462
[task 2026-05-06T21:22:16.298+00:00] 21:22:16 INFO - chrome://mochikit/content/browser-test.js:Tester_execTest:1614
[task 2026-05-06T21:22:16.298+00:00] 21:22:16 INFO - chrome://mochikit/content/browser-test.js:nextTest/<:1352
[task 2026-05-06T21:22:16.298+00:00] 21:22:16 INFO - chrome://mochikit/content/tests/SimpleTest/SimpleTest.js:SimpleTest.waitForFocus/<:1060
[task 2026-05-06T21:22:16.299+00:00] 21:22:16 INFO - Check the link in "background-image" in the matched selectors section in ".in-stylesheet.relative"
[task 2026-05-06T21:22:16.300+00:00] 21:22:16 INFO - TEST-PASS | devtools/client/inspector/shared/test/browser_styleinspector_tooltip-background-image.js | Link has expected URL | "background-image" ".in-stylesheet.relative" item in matched selectors section
| Assignee | ||
Comment 1•25 days ago
|
||
The test was failing in a11y jobs because the expand button isn't focusable.
The computed view does handle keyboard navigation, and the matched selector
section can be toggled with Enter when an item is focused, so we can disable
this accessibility check to avoid the failure.
Depends on D297370
Updated•25 days ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Comment 2•25 days ago
|
||
Set release status flags based on info from the regressing bug 2035503
status-firefox150:
--- → unaffected
status-firefox151:
--- → unaffected
status-firefox152:
--- → affected
status-firefox-esr140:
--- → unaffected
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Pushed by nchevobbe@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/7b3580a88e2e
https://hg.mozilla.org/integration/autoland/rev/143ea955d0fb
[devtools] Disable focusableRule before clicking expanded in browser_styleinspector_tooltip-background-image.js. r=devtools-reviewers,bomsy.
Comment 8•20 days ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 20 days ago
Resolution: --- → FIXED
Target Milestone: --- → 152 Branch
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•