Bug 232441 - Resync web-platform-tests/dom from upstream
Summary: Resync web-platform-tests/dom from upstream
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-10-28 10:20 PDT by Chris Dumez
Modified: 2021-10-28 22:17 PDT (History)
8 users (show)

See Also:


Attachments
Patch (65.39 KB, patch)
2021-10-28 10:23 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (67.61 KB, patch)
2021-10-28 13:47 PDT, Chris Dumez
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2021-10-28 10:20:52 PDT
Resync web-platform-tests/dom from upstream.
Comment 1 Chris Dumez 2021-10-28 10:23:55 PDT
Created attachment 442715 [details]
Patch
Comment 2 Chris Dumez 2021-10-28 13:47:15 PDT
Created attachment 442739 [details]
Patch
Comment 3 Chris Dumez 2021-10-28 16:46:13 PDT
Comment on attachment 442739 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=442739&action=review

> LayoutTests/imported/w3c/web-platform-tests/dom/events/AddEventListenerOptions-passive.any-expected.txt:3
> +FAIL preventDefault should be ignored if-and-only-if the passive option is true assert_equals: Incorrect defaultPrevented for options: undefined expected (boolean) true but got (undefined) undefined

This test seems wrong, fixing it upstream via https://github.com/web-platform-tests/wpt/pull/31429.

> LayoutTests/imported/w3c/web-platform-tests/dom/events/AddEventListenerOptions-passive.any.worker-expected.txt:3
> +FAIL preventDefault should be ignored if-and-only-if the passive option is true Can't find variable: document

Same issue.
Comment 4 EWS 2021-10-28 17:21:59 PDT
Committed r285010 (243656@main): <https://commits.webkit.org/243656@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 442739 [details].
Comment 5 Radar WebKit Bug Importer 2021-10-28 17:22:19 PDT
<rdar://problem/84786313>