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)
Core
DOM: Core & HTML
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
Assignee | ||
Updated•1 year ago
|
Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core
Assignee | ||
Comment 1•1 year ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=5091a26efcdd93fdb69201346b4be90734fd4fbb
Assignee | ||
Comment 2•1 year ago
|
||
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
)
- Adding open to 'details' should fire a toggle event at the 'details' element, with 'oldState: closed' and 'newState: open':
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d4931f492125
[wpt PR 41549] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=252373, a=testonly
https://hg.mozilla.org/integration/autoland/rev/500fa397e195
[wpt PR 41549] - Update wpt metadata, a=testonly
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d4931f492125
https://hg.mozilla.org/mozilla-central/rev/500fa397e195
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•