Bug 243787

Summary: REGRESSION (252720@main): [iOS] imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree.html is a consistent failure
Product: WebKit Reporter: Karl Rackler <rackler>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gsnedders, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Karl Rackler
Reported 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
Attachments
Radar WebKit Bug Importer
Comment 1 2022-08-10 09:15:19 PDT
EWS
Comment 2 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.
Sam Sneddon [:gsnedders]
Comment 3 2022-08-11 07:21:08 PDT
Nothing to be done here beyond the gardening.
EWS
Comment 4 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.
EWS
Comment 5 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.
Karl Rackler
Comment 6 2022-08-12 07:31:20 PDT
Re-basline resolved.
Note You need to log in before you can comment on or make changes to this bug.