Remember* that annoying browser behavior when they copy text in uppercase, although it’s only styled like that with text-transform? Yes, the one that goes against the spec. Apparently, Chrome 127 shipped the fix in July! Now, only Safari does that 🤨
* If you don’t, here’s an updated article https://pepelsbey.dev/articles/uppercase-copy-paste/#:~:text=Update%3A%20Chrome%20changed%20the%20behavior
It only took me half an hour to figure out how to find a specific branch base position here https://chromiumdash.appspot.com/releases?platform=Mac to download an old Chromium version from here https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac_Arm/ and test it. Oh, and also xattr -cr /Applications/Chromium.app to be able to run it 🙄