Bug 240986 - REGRESSION (250994@main): inspector/css/css-property.html is consistently failing
Summary: REGRESSION (250994@main): inspector/css/css-property.html is consistently fai...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Safari 13
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-05-26 16:12 PDT by Ryan Haddad
Modified: 2022-05-26 17:02 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2022-05-26 16:12:11 PDT
inspector/css/css-property.html is consistently failing after 250994@main landed

--- /Volumes/Data/worker/Apple-BigSur-Release-WK2-Tests/build/layout-test-results/inspector/css/css-property-expected.txt
+++ /Volumes/Data/worker/Apple-BigSur-Release-WK2-Tests/build/layout-test-results/inspector/css/css-property-actual.txt
@@ -3,7 +3,9 @@
 
 == Running test suite: CSSProperty
 -- Running test case: CSSProperty.NameCount
-PASS: "display" should have at least 2 counts.
+FAIL: "display" should have at least 2 counts.
+    Expected: greater than or equal to 2
+    Actual: 1
 PASS: "background-repeat" should have at least 1 count.
 PASS: "background-repeat-x" should not be counted.
 PASS: "background-repeat-y" should not be counted.

https://results.webkit.org/?suite=layout-tests&test=inspector%2Fcss%2Fcss-property.html
Comment 1 Radar WebKit Bug Importer 2022-05-26 16:12:21 PDT
<rdar://problem/94001813>
Comment 2 Devin Rousso 2022-05-26 16:57:47 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1078
Comment 3 EWS 2022-05-26 17:02:26 PDT
Committed r294912 (251033@main): <https://commits.webkit.org/251033@main>

Reviewed commits have been landed. Closing PR #1078 and removing active labels.