imported/w3c/web-platform-tests/css/css-cascade/layer-counter-style-override.html is a constant text failure on macOS. HISTORY: https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-cascade%2Flayer-counter-style-override.html DIFF TEXT: @@ -2,5 +2,5 @@ PASS @counter-style unlayered overrides layered PASS @counter-style override between layers PASS @counter-style override update with appended sheet 1 -FAIL @counter-style override update with appended sheet 2 assert_equals: expected "31.21875px" but got "23.40625px" +PASS @counter-style override update with appended sheet 2
<rdar://problem/107839125>
I was able to replicate this failure on Ventura ToT as follows: run-webkit-tests --root imported/w3c/web-platform-tests/css/css-cascade/layer-counter-style-override.html I also noticed failures on iOS. These appear to be expected failures.
This tests appears to have been flaky for a long time. It does appear that the failures became consistent on macOS at 262309@main, which deals with CSS changes.
Pull request: https://github.com/WebKit/WebKit/pull/12576
Test gardening commit 262775@main (3b2ddab9ecc8): <https://commits.webkit.org/262775@main> Reviewed commits have been landed. Closing PR #12576 and removing active labels.
This looks like a progression, since a previously failing subtest is now passing on Ventura. We might want to land a rebaseline for mac-wk2 (which might require adding a new baseline in platform/mac-monterey)
https://commits.webkit.org/263127@main re-baselined this test but did not remove the test expectation.