[webkit-changes] [WebKit/WebKit] bc6bb3: REGRESSION(282017 at main): [ iOS ] fast/events/touch...
Abrar Rahman Protyasha
noreply at github.com
Wed Aug 14 10:43:18 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bc6bb3ae4da60bfaa2340bf166b7e2959cd1bd1d
https://github.com/WebKit/WebKit/commit/bc6bb3ae4da60bfaa2340bf166b7e2959cd1bd1d
Author: Abrar Rahman Protyasha <a_protyasha at apple.com>
Date: 2024-08-14 (Wed, 14 Aug 2024)
Changed paths:
M LayoutTests/platform/ios/fast/events/touch/ios/pointer-events-with-modifiers-expected.txt
Log Message:
-----------
REGRESSION(282017 at main): [ iOS ] fast/events/touch/ios/pointer-events-with-modifiers.html is a constant text failure
https://bugs.webkit.org/show_bug.cgi?id=278093
rdar://133829036
Unreviewed test rebaseline.
For non-stylus, direct touches dispatched in the aforementioned test, the
azimuth and altitude angles should be 0 and pi/2, respectively. This also
implies that both tiltX and tiltY should be 0. We were previously
reporting the wrong value here because our altitude angle defaulted to 0
instead of pi/2.
In fewer words, we address this test failure through a rebaseline.
* LayoutTests/platform/ios/fast/events/touch/ios/pointer-events-with-modifiers-expected.txt:
Canonical link: https://commits.webkit.org/282245@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list