Bug 240986

Summary: REGRESSION (250994@main): inspector/css/css-property.html is consistently failing
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: Devin Rousso <hi>
Status: RESOLVED FIXED    
Severity: Normal CC: hi, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 13   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=156271

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.