| Summary: | REGRESSION (252720@main): [ iOS ] Four scrollingcoordinator/scrolling-tree/coordinated-frame tests are a consistent failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Rackler <rackler> |
| Component: | New Bugs | Assignee: | Sam Sneddon [:gsnedders] <gsnedders> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | gsnedders, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=217802 | ||
|
Description
Karl Rackler
2022-08-08 19:41:31 PDT
Update description: This affects [iOS] on model iPad (5th generation) only. I have marked this test as a constant failure while this issue is investigated. Test gardening commit 253248@main (650ee1c49d6b): <https://commits.webkit.org/253248@main> Reviewed commits have been landed. Closing PR #3134 and removing active labels. Test gardening commit 253252@main (ce905cce96b7): <https://commits.webkit.org/253252@main> Reviewed commits have been landed. Closing PR #3135 and removing active labels. These tests have <!-- webkit-test-runner [ AsyncOverflowScrollingEnabled=true ] -->, but only within the resources/doc-with-sticky.html subresource, which never worked, but it worked because incidentally `-webkit-overflow-scrolling` was accidentally exposed regardless of settings. (In reply to Sam Sneddon [:gsnedders] from comment #6) > These tests have <!-- webkit-test-runner [ > AsyncOverflowScrollingEnabled=true ] -->, but only within the > resources/doc-with-sticky.html subresource, which never worked, but it > worked because incidentally `-webkit-overflow-scrolling` was accidentally > exposed regardless of settings. I also see test fast/scrolling/ios/overflow-scroll-inherited.html consistently failing after 252720@main. Diff: --- /Volumes/Data/worker/Apple-iPadOS-15-Simulator-Debug-WK2-Tests/build/layout-test-results/fast/scrolling/ios/overflow-scroll-inherited-expected.txt +++ /Volumes/Data/worker/Apple-iPadOS-15-Simulator-Debug-WK2-Tests/build/layout-test-results/fast/scrolling/ios/overflow-scroll-inherited-actual.txt @@ -1,5 +1,2 @@ -test1 -webkit-overflow-scrolling: auto -test2 -webkit-overflow-scrolling: auto -test3 -webkit-overflow-scrolling: auto -test4 -webkit-overflow-scrolling: auto +CONSOLE MESSAGE: TypeError: null is not an object (evaluating 'cssValue.cssText') History: https://results.webkit.org/?suite=layout-tests&test=fast%2Fscrolling%2Fios%2Foverflow-scroll-inherited.html&model=iPad%20(5th%20generation) Would the root of this failure be the same cause, or is it a different issue? Pull request: https://github.com/WebKit/WebKit/pull/3152 (In reply to Karl Rackler from comment #7) > Would the root of this failure be the same cause, or is it a different issue? Same issue. Committed 253361@main (c7f9e1da3dd8): <https://commits.webkit.org/253361@main> Reviewed commits have been landed. Closing PR #3152 and removing active labels. |