Bug 243787 - REGRESSION (252720@main): [iOS] imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree.html is a consistent failure
Summary: REGRESSION (252720@main): [iOS] imported/w3c/web-platform-tests/css/cssom/ge...
Status: RESOLVED FIXED
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
Depends on:
Blocks:
 
Reported: 2022-08-10 09:14 PDT by Karl Rackler
Modified: 2022-08-12 07:31 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 Karl Rackler 2022-08-10 09:14:58 PDT
Description:
imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree.html

The first failure I saw on the dashboard was on 7/21/2022 at 252721@main.  252720@main unified CSS property enablement and appears to be the cause.  This is only affecting iOS with model iPad (5th generation).

REPRODUCTION STEPS
I can reproduce this on 252720@main, but am unable to reproduce it on 252719@main or earlier.

Command: 
run-webkit-tests --ipad-simulator --model 'iPad (5th generation)' --exit-after-n-failures 1 --exit-after-n-crashes-or-timeouts 1 --iterations 50 --no-retry imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree.html

Result: 
Regressions: Unexpected text-only failures (1)
  imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree.html [ Failure ]

History:
https://results.webkit.org/?model=iPad%20(5th%20generation)&suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcssom%2FgetComputedStyle-detached-subtree.html&limit=50000

Diff:
--- /Volumes/Data/worker/Apple-iPadOS-15-Simulator-Release-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree-expected.txt
+++ /Volumes/Data/worker/Apple-iPadOS-15-Simulator-Release-WK2-Tests/build/layout-test-results/imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree-actual.txt
@@ -1,8 +1,8 @@
 
 PASS getComputedStyle returns no style for detached element
-FAIL getComputedStyle returns no style for element in non-rendered iframe (display: none) assert_equals: expected 0 but got 393
-FAIL getComputedStyle returns no style for element in non-rendered iframe (display: none) from iframe's window assert_equals: expected 0 but got 393
-FAIL getComputedStyle returns no style for element outside the flat tree assert_equals: expected 0 but got 393
-FAIL getComputedStyle returns no style for descendant outside the flat tree assert_equals: expected 0 but got 393
+FAIL getComputedStyle returns no style for element in non-rendered iframe (display: none) assert_equals: expected 0 but got 392
+FAIL getComputedStyle returns no style for element in non-rendered iframe (display: none) from iframe's window assert_equals: expected 0 but got 392
+FAIL getComputedStyle returns no style for element outside the flat tree assert_equals: expected 0 but got 392
+FAIL getComputedStyle returns no style for descendant outside the flat tree assert_equals: expected 0 but got 392
 PASS getComputedStyle returns no style for shadow tree outside of flattened tree
Comment 1 Radar WebKit Bug Importer 2022-08-10 09:15:19 PDT
<rdar://problem/98454629>
Comment 2 EWS 2022-08-10 15:46:29 PDT
Test gardening commit 253308@main (c68e65bb7b04): <https://commits.webkit.org/253308@main>

Reviewed commits have been landed. Closing PR #3204 and removing active labels.
Comment 3 Sam Sneddon [:gsnedders] 2022-08-11 07:21:08 PDT
Nothing to be done here beyond the gardening.
Comment 4 EWS 2022-08-11 08:05:59 PDT
Test gardening commit 253333@main (dd1aff2d3b6e): <https://commits.webkit.org/253333@main>

Reviewed commits have been landed. Closing PR #3221 and removing active labels.
Comment 5 EWS 2022-08-11 14:50:29 PDT
Test gardening commit 253349@main (414781ddf118): <https://commits.webkit.org/253349@main>

Reviewed commits have been landed. Closing PR #3244 and removing active labels.
Comment 6 Karl Rackler 2022-08-12 07:31:20 PDT
Re-basline resolved.