Bug 255235
Summary: | [ macOS ] imported/w3c/web-platform-tests/css/css-cascade/layer-counter-style-override.html is a constant text failure. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Bri Harris <bharris9> |
Component: | CSS | Assignee: | Bri Harris <bharris9> |
Status: | NEW | ||
Severity: | Normal | CC: | mmaxfield, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Bri Harris
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/107839125>
Bri Harris
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.
Bri Harris
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.
Bri Harris
Pull request: https://github.com/WebKit/WebKit/pull/12576
EWS
Test gardening commit 262775@main (3b2ddab9ecc8): <https://commits.webkit.org/262775@main>
Reviewed commits have been landed. Closing PR #12576 and removing active labels.
Ryan Haddad
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)
Ryan Haddad
https://commits.webkit.org/263127@main re-baselined this test but did not remove the test expectation.