[wpt-sync] Sync PR 23216 - Effective Touch Action when <body> is the viewport defining element
Categories
(Core :: DOM: Events, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 23216 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/23216
Details from upstream follow.
Liviu Tinta <liviutinta@chromium.org> wrote:
Effective Touch Action when <body> is the viewport defining element
When \<body> is deemed to be the viewport defining element \<body>'s overflow needs to be set to visible. Because of this, during effective touch action calculation we consider \<body> to be a scroller when it is not.
The fix attempts to detect when \<body> is deemed the viewport defining element and correct the effective touch action calculation.
Bug: 1031745
Change-Id: Ie9a3c966af78fdbe0dc3e57f3f192aca9110fd0e
Reviewed-on: https://chromium-review.googlesource.com/2152950
WPT-Export-Revision: e922701da98ab42ce8497edf011611d6128cb8df
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 68 tests
Status Summary
Firefox
PASS : 67
ERROR: 1
Chrome
OK : 1
FAIL : 1
Safari
ERROR: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/pointerevents/pointerevent_touch-action-none-on-body-when-style-propagates-to-viewport_touch.html: ERROR (Chrome: OK, Safari: ERROR)
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e7590191dcf8
https://hg.mozilla.org/mozilla-central/rev/1879d943ad22
Description
•