- From: Simon Pieters <notifications@github.com>
- Date: Wed, 15 Jun 2022 12:34:21 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 15 June 2022 19:34:33 UTC
This test https://github.com/web-platform-tests/wpt/blob/master/dom/events/document-level-wheel-event-listener-passive-by-default.tentative.html says it's a manual test (but doesn't use `-manual` filename suffix), but still includes `testdriver.js` et al. Loading the page from `wpt serve` it fails immediately with `promise_test: Unhandled rejection with value: object "Error: unimplemented"` Running it with `wpt run` it passes in Chrome, so, it seems it's not actually a manual test. It does this ```js await new test_driver.Actions() .scroll(pos_x, pos_y, delta_x, delta_y).send(); ``` I'll assume that the manual test statement is wrong. Please let me know if I'm missing something though :) -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/365#issuecomment-1156848574 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/365/1156848574@github.com>
Received on Wednesday, 15 June 2022 19:34:33 UTC