Closed (fixed)
Project:
Drupal core
Version:
10.6.x-dev
Component:
javascript
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Oct 2025 at 06:00 UTC
Updated:
9 Dec 2025 at 12:19 UTC
Jump to comment: Most recent
Comments
Comment #2
quietone commentedComment #4
quietone commentedFailing with
And that seems to be required by:
Comment #5
quietone commentedComment #7
longwaveRebased, added some more minor updates.
Comment #8
smustgrave commentedThese break nightwatch?
Comment #9
longwaveThe chromedriver container is still on Chrome 106, from September 2022. Our browserlist config is "last 2 Chrome major versions" which only goes back to Chrome 131 - so I suspect the CSS changes are the cause of the failures.
I've rebuilt the CSS explicitly for Chrome 106 and have pushed that, let's see what happens.
Comment #10
longwaveSo yeah, that's green. I think this is the simplest solution for 10.6.x? We should perhaps be a bit more conservative with CSS changes anyway in a maintenance minor.
Comment #11
smustgrave commentedGoing on a limb and what was merged on 11.3 and mark this one.
Comment #13
catchTalked to @longwave about the CSS changes in slack, we may actually be lowering the minimum browser version since it wasn't previously set, but I think that's OK here since we only have a year left of Drupal 10 support.
Committed/pushed to 10.6.x, thanks!