Closed Bug 1879287 Opened 10 months ago Closed 9 months ago

[wpt-sync] Sync PR 44467 - DOM: document.createEvent('textevent') maps to TextEvent

Categories

(Core :: DOM: Core & HTML, task, P4)

task

Tracking

()

RESOLVED FIXED
125 Branch
Tracking Status
firefox125 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 44467 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/44467
Details from upstream follow.

zcorpan <zcorpan@gmail.com> wrote:

DOM: document.createEvent('textevent') maps to TextEvent

See https://github.com/whatwg/dom/pull/1254

Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core

CI Results

Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 2 tests and 279 subtests

Status Summary

Firefox

OK : 2
PASS : 293[Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt, GitHub] 299[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview]
FAIL : 5
PRECONDITION_FAILED: 6

Chrome

OK : 2
PASS : 285
FAIL : 13
PRECONDITION_FAILED: 6

Safari

OK : 2
PASS : 293
FAIL : 5
PRECONDITION_FAILED: 6

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

Firefox-only Failures

New Tests That Don't Pass

  • /dom/nodes/Document-createEvent.https.html [wpt.fyi]
    • TextEvent should be an alias for TextEvent.: FAIL (Chrome: PASS, Safari: PASS)
    • textevent should be an alias for TextEvent.: FAIL (Chrome: PASS, Safari: PASS)
    • TEXTEVENT should be an alias for TextEvent.: FAIL (Chrome: PASS, Safari: PASS)
    • TouchEvent should be an alias for TouchEvent.: PASS [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview], PRECONDITION_FAILED [Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt, GitHub] (Chrome: PRECONDITION_FAILED, Safari: PRECONDITION_FAILED)
    • createEvent('TouchEvent') should be initialized correctly.: PASS [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview], PRECONDITION_FAILED [Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt, GitHub] (Chrome: PRECONDITION_FAILED, Safari: PRECONDITION_FAILED)
    • touchevent should be an alias for TouchEvent.: PASS [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview], PRECONDITION_FAILED [Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt, GitHub] (Chrome: PRECONDITION_FAILED, Safari: PRECONDITION_FAILED)
    • createEvent('touchevent') should be initialized correctly.: PASS [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview], PRECONDITION_FAILED [Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt, GitHub] (Chrome: PRECONDITION_FAILED, Safari: PRECONDITION_FAILED)
    • TOUCHEVENT should be an alias for TouchEvent.: PASS [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview], PRECONDITION_FAILED [Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt, GitHub] (Chrome: PRECONDITION_FAILED, Safari: PRECONDITION_FAILED)
    • createEvent('TOUCHEVENT') should be initialized correctly.: PASS [Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview], PRECONDITION_FAILED [Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt, GitHub] (Chrome: PRECONDITION_FAILED, Safari: PRECONDITION_FAILED)
    • Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MutationEvent": FAIL (Chrome: FAIL, Safari: FAIL)
    • Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "MutationEvents": FAIL (Chrome: FAIL, Safari: FAIL)
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/c13412f044f2 [wpt PR 44467] - DOM: document.createEvent('textevent') maps to TextEvent, a=testonly https://hg.mozilla.org/integration/autoland/rev/33baed3c81ce [wpt PR 44467] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 9 months ago
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
You need to log in before you can comment on or make changes to this bug.