[wpt-sync] Sync PR 27238 - Element reflection implementation updates.
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 27238 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/27238
Details from upstream follow.
b'Chris Hall <chrishall@chromium.org>' wrote:
Element reflection implementation updates.
Updating Element Reflection implementation to be inline with draft spec
changes.Change-Id: Ia07910a62554a734d83d77dbb7e66dc4d7d74c4f
Reviewed-on: https://chromium-review.googlesource.com/2636746
WPT-Export-Revision: de00b289b045d216291f7a7af1217f226c57caeb
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 22 subtests
Status Summary
Firefox
OK : 1
PASS: 1
FAIL: 21
Chrome
OK : 1
PASS: 12
FAIL: 10
Safari
OK : 1
PASS: 1
FAIL: 21
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/dom/nodes/aria-element-reflection.tentative.html
aria-activedescendant element reflection: FAIL (Chrome: PASS, Safari: FAIL)
If the content attribute is set directly, the IDL attribute getter always returns the first element whose ID matches the content attribute.: FAIL (Chrome: PASS, Safari: FAIL)
Setting the IDL attribute to an element which is not the first element in DOM order with its ID causes the content attribute to be an empty string: FAIL (Chrome: PASS, Safari: FAIL)
Setting an element reference that crosses into a shadow tree is disallowed, but setting one that is in a shadow inclusive ancestor is allowed.: FAIL (Chrome: PASS, Safari: FAIL)
aria-errormessage: FAIL (Chrome: PASS, Safari: FAIL)
aria-details: FAIL (Chrome: PASS, Safari: FAIL)
Deleting a reflected element should return null for the IDL attribute and cause the content attribute to become stale.: FAIL (Chrome: FAIL, Safari: FAIL)
Changing the ID of an element causes the content attribute to become out of sync.: FAIL (Chrome: PASS, Safari: FAIL)
Reparenting an element into a descendant shadow scope hides the element reference.: FAIL (Chrome: FAIL, Safari: FAIL)
Reparenting referenced element cannot cause retargeting of reference.: FAIL (Chrome: FAIL, Safari: FAIL)
Element reference set in invalid scope remains intact throughout move to valid scope.: FAIL (Chrome: FAIL, Safari: FAIL)
aria-labelledby.: FAIL (Chrome: FAIL, Safari: FAIL)
aria-controls.: FAIL (Chrome: PASS, Safari: FAIL)
aria-describedby.: FAIL (Chrome: PASS, Safari: FAIL)
aria-flowto.: FAIL (Chrome: PASS, Safari: FAIL)
aria-owns.: FAIL (Chrome: PASS, Safari: FAIL)
shadow DOM behaviour for FrozenArray element reflection.: FAIL (Chrome: FAIL, Safari: FAIL)
Moving explicitly set elements across shadow DOM boundaries.: FAIL (Chrome: FAIL, Safari: FAIL)
Moving explicitly set elements around within the same scope, and removing from the DOM.: FAIL (Chrome: FAIL, Safari: FAIL)
Attaching element reference before it's inserted into the DOM.: FAIL (Chrome: FAIL, Safari: FAIL)
Cross-document references and moves.: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e862df1a0026
https://hg.mozilla.org/mozilla-central/rev/551547b1c8ec
Description
•