WebKit has some unique failures for css/css-transitions/transition-base-response-002.html. See https://wpt.fyi/results/css/css-transitions/transition-base-response-002.html?label=experimental&label=master&aligned.
<rdar://problem/87785135>
We're failing because we're transitioning from 13px to 20px instead of 10px to 20px for the font-size on :root.
Created attachment 465055 [details] Reduction I've reduced the issue to the attached file which shows that WebKit is the only engine that yields a transition because it appears to have an underlying style applied before the :root selector is resolved.
Pull request: https://github.com/WebKit/WebKit/pull/10304
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/38577
Committed 260506@main (b950a86d454a): <https://commits.webkit.org/260506@main> Reviewed commits have been landed. Closing PR #10304 and removing active labels.