Bug 217254 - REGRESSION (r267887): fast/css/getComputedStyle/computed-style-without-renderer.html and imported/w3c/web-platform-tests/css/css-pseudo/first-letter-allowed-properties.html are failing
Summary: REGRESSION (r267887): fast/css/getComputedStyle/computed-style-without-render...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
: 217255 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-10-02 15:19 PDT by Truitt Savell
Modified: 2020-10-03 06:13 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Truitt Savell 2020-10-02 15:19:53 PDT
It looks like the changes in https://trac.webkit.org/changeset/267887/webkit

broke fast/css/getComputedStyle/computed-style-without-renderer.html and
imported/w3c/web-platform-tests/css/css-pseudo/first-letter-allowed-properties.html

History:
https://results.webkit.org/?suite=layout-tests&suite=layout-tests&test=fast%2Fcss%2FgetComputedStyle%2Fcomputed-style-without-renderer.html&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-pseudo%2Ffirst-letter-allowed-properties.html

Diffs:
--- /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/css/css-pseudo/first-letter-allowed-properties-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/css/css-pseudo/first-letter-allowed-properties-actual.txt
@@ -32,6 +32,6 @@
 PASS verticalAlign should be applied to first-letter pseudo elements.
 PASS wordSpacing should be applied to first-letter pseudo elements.
 FAIL transition should not be applied to first-letter pseudo elements. assert_equals: expected "all 0s ease 0s" but got "transform 1s ease 0s"
-PASS transform should not be applied to first-letter pseudo elements.
+FAIL transform should not be applied to first-letter pseudo elements. assert_equals: expected "none" but got ""
 FAIL wordBreak should not be applied to first-letter pseudo elements. assert_equals: expected "normal" but got "break-all"
 

--- /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk2/build/layout-test-results/fast/css/getComputedStyle/computed-style-without-renderer-actual.txt
@@ -173,7 +173,7 @@
 text-shadow: none
 text-transform: none
 top: auto
-transform: none
+transform:
 transform-style: flat
 transition-delay: 0s
 transition-duration: 0s
Comment 1 Truitt Savell 2020-10-02 15:26:38 PDT
Reverted this in https://trac.webkit.org/changeset/267898/webkit
Comment 2 Ryan Haddad 2020-10-02 16:03:25 PDT
*** Bug 217255 has been marked as a duplicate of this bug. ***
Comment 3 Ryan Haddad 2020-10-02 16:10:59 PDT
<rdar://69899111>
Comment 4 Antoine Quint 2020-10-03 06:13:30 PDT
Shame that EWS didn't catch those :(