Closed Bug 1849520 Opened 1 year ago Closed 1 year ago

[wpt-sync] Sync PR 41549 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=252373

Categories

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

task

Tracking

()

RESOLVED FIXED
119 Branch
Tracking Status
firefox119 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

Michael[tm] Smith <mike@w3.org> wrote:

WebKit export of https://bugs.webkit.org/show_bug.cgi?id=252373

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 1 tests and 10 subtests

Status Summary

Firefox

OK : 1
PASS: 3
FAIL: 7

Chrome

OK : 1
PASS: 3
FAIL: 7

Safari

OK : 1
PASS: 3
FAIL: 7

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

  • /html/semantics/interactive-elements/the-details-element/toggleEvent.html [wpt.fyi]
    • Adding open to 'details' should fire a toggle event at the 'details' element, with 'oldState: closed' and 'newState: open': FAIL (Chrome: FAIL, Safari: FAIL)
    • Removing open from 'details' should fire a toggle event at the 'details' element, with 'oldState: open' and 'newState: closed': FAIL (Chrome: FAIL, Safari: FAIL)
    • Adding open to 'details' (display:none) should fire a toggle event at the 'details' element, with 'oldState: closed' and 'newState: open': FAIL (Chrome: FAIL, Safari: FAIL)
    • Adding open to 'details' (no children) should fire a toggle event at the 'details' element, with 'oldState: closed' and 'newState: open': FAIL (Chrome: FAIL, Safari: FAIL)
    • Calling setAttribute('open', '') from 'details' should fire a toggle event at the 'details' element, with 'oldState: closed' and 'newState: open': FAIL (Chrome: FAIL, Safari: FAIL)
    • Calling removeAttribute('open') from 'details' should fire a toggle event at the 'details' element, with 'oldState: open' and 'newState: closed': FAIL (Chrome: FAIL, Safari: FAIL)
    • Adding open to 'details' (not in the document) should fire a toggle event at the 'details' element, with 'oldState: closed' and 'newState: open': FAIL (Chrome: FAIL, Safari: FAIL)
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
You need to log in before you can comment on or make changes to this bug.