Bug 232343 - [ iOS ] imported/w3c/web-platform-tests/css/css-shadow-parts/invalidation-part-pseudo.html is failing
Summary: [ iOS ] imported/w3c/web-platform-tests/css/css-shadow-parts/invalidation-par...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: iPhone / iPad Unspecified
: P2 Normal
Assignee: Antti Koivisto
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-10-26 15:38 PDT by ayumi_kojima
Modified: 2021-10-29 22:11 PDT (History)
6 users (show)

See Also:


Attachments
Patch for landing (1.42 KB, patch)
2021-10-27 00:50 PDT, Antti Koivisto
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ayumi_kojima 2021-10-26 15:38:50 PDT
imported/w3c/web-platform-tests/css/css-shadow-parts/invalidation-part-pseudo.html

Is constantly failing on iOS 15.

History: https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-shadow-parts%2Finvalidation-part-pseudo.html

Result page: https://build.webkit.org/results/Apple-iOS-15-Simulator-Release-WK2-Tests/r284871%20(320)/results.html#

Diff:

--- /Volumes/Data/worker/ios-simulator-15-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/css/css-shadow-parts/invalidation-part-pseudo-expected.txt
+++ /Volumes/Data/worker/ios-simulator-15-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/css/css-shadow-parts/invalidation-part-pseudo-actual.txt
@@ -1,3 +1,5 @@
 
-PASS Invalidation of nested part on hover
+Harness Error (TIMEOUT), message = null
 
+NOTRUN Invalidation of nested part on hover
+
Comment 1 ayumi_kojima 2021-10-26 15:39:50 PDT
The test has been failing since it is introduced in https://trac.webkit.org/changeset/284865/webkit
Comment 2 Radar WebKit Bug Importer 2021-10-26 15:40:21 PDT
<rdar://problem/84684454>
Comment 3 Antti Koivisto 2021-10-27 00:50:50 PDT
Created attachment 442572 [details]
Patch for landing
Comment 4 EWS 2021-10-27 01:38:37 PDT
Committed r284918 (243589@main): <https://commits.webkit.org/243589@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 442572 [details].
Comment 5 Alexey Proskuryakov 2021-10-28 09:49:07 PDT
Is this not working in WPT on iOS?

new test_driver.Actions()
	    .pointerMove(0, 0)
	    .pointerMove(50, 50)
	    .send();
Comment 6 Antti Koivisto 2021-10-29 22:11:16 PDT
Doesn’t seem so. I didn’t look further.