[wpt-sync] Sync PR 32889 - HTML: test the translate attribute's inherit state with no parent element
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox100 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32889 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32889
Details from upstream follow.
Simon Pieters <zcorpan@gmail.com> wrote:
HTML: test the translate attribute's inherit state with no parent element
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 5 subtests
Status Summary
Firefox
OK : 1
FAIL: 5
Chrome
OK : 1
PASS: 5
Safari
OK : 1
PASS: 5
Links
Details
Firefox-only Failures
/html/dom/elements/global-attributes/translate-inherit-no-parent-element.html
No parent node: FAIL
DocumentFragment parent node: FAIL
ShadowRoot parent node whose shadow host has translate=yes: FAIL
ShadowRoot parent node whose shadow host has translate=no: FAIL
Document parent node: FAIL
New Tests That Don't Pass
/html/dom/elements/global-attributes/translate-inherit-no-parent-element.html
No parent node: FAIL (Chrome: PASS, Safari: PASS)
DocumentFragment parent node: FAIL (Chrome: PASS, Safari: PASS)
ShadowRoot parent node whose shadow host has translate=yes: FAIL (Chrome: PASS, Safari: PASS)
ShadowRoot parent node whose shadow host has translate=no: FAIL (Chrome: PASS, Safari: PASS)
Document parent node: FAIL (Chrome: PASS, Safari: PASS)
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/b3831ead47fe
https://hg.mozilla.org/mozilla-central/rev/ee94f2154657
Description
•