Bug 234139 - [WPT] test_driver.Actions() not working properly
Summary: [WPT] test_driver.Actions() not working properly
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, WPTImpact
Depends on:
Blocks:
 
Reported: 2021-12-10 03:45 PST by Manuel Rego Casasnovas
Modified: 2022-01-19 12:13 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Rego Casasnovas 2021-12-10 03:45:29 PST
In several WPT tests that are using test_driver.Actions() we get the following error:
	ReferenceError: Can't find variable: action

This is a list of tests with such error:
	imported/w3c/web-platform-tests/css/css-scroll-snap/snap-at-user-scroll-end-expected.txt
	imported/w3c/web-platform-tests/dom/events/document-level-wheel-event-listener-passive-by-default-expected.txt
	imported/w3c/web-platform-tests/dom/events/document-level-wheel-event-listener-passive-by-default.tentative-expected.txt
	imported/w3c/web-platform-tests/dom/events/scrolling/iframe-chains-expected.txt
	imported/w3c/web-platform-tests/html/semantics/forms/the-button-element/active-onblur-expected.txt
	imported/w3c/web-platform-tests/html/semantics/forms/the-input-element/checkable-active-onblur-expected.txt
	imported/w3c/web-platform-tests/html/semantics/forms/the-label-element/proxy-modifier-click-to-associated-element.tentative-expected.txt
	imported/w3c/web-platform-tests/pointerevents/compat/pointerevent_mouseevent_key_pressed-expected.txt
	imported/w3c/web-platform-tests/pointerevents/pointerevent_touch-action-keyboard-expected.txt
	imported/w3c/web-platform-tests/shadow-dom/accesskey.tentative-expected.txt
	imported/w3c/web-platform-tests/uievents/order-of-events/focus-events/focus-management-expectations-expected.txt
	imported/w3c/web-platform-tests/uievents/order-of-events/mouse-events/wheel-basic-expected.txt
	imported/w3c/web-platform-tests/uievents/order-of-events/mouse-events/wheel-scrolling-expected.txt
Comment 1 Manuel Rego Casasnovas 2021-12-10 03:56:40 PST
It's worth noting that these tests run fine in wpt.fyi:
https://wpt.fyi/results/shadow-dom/accesskey.tentative.html
Comment 2 Radar WebKit Bug Importer 2021-12-17 03:46:17 PST
<rdar://problem/86625135>