[wpt-sync] Sync PR 27005 - Fix duplicate id in declarative Shadow DOM test
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox86 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 27005 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/27005
Details from upstream follow.
b'Mason Freed <masonfreed@chromium.org>' wrote:
Fix duplicate id in declarative Shadow DOM test
The same id was used twice, whereas they should have been unique.
Bug: 1042130
Change-Id: I58e4acc00acabbb728c730fe3910aea65c4c11e1
Cq-Do-Not-Cancel-Tryjobs: true
Reviewed-on: https://chromium-review.googlesource.com/2601052
WPT-Export-Revision: ff52463e3b6b5a283ea5d8e9fe63ed632c0fe446
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
CI Results
Ran 14 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 114 subtests
Status Summary
Firefox
OK : 1
PASS: 107
FAIL: 7
Chrome
OK : 1
PASS: 114
Safari
OK : 1
PASS: 107
FAIL: 7
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/shadow-dom/declarative/declarative-shadow-dom-opt-in.tentative.html
Non-fragment parsing needs no opt-in: FAIL (Chrome: PASS, Safari: FAIL)
DOMParser: FAIL (Chrome: PASS, Safari: FAIL)
document.write allowed from synchronous script loaded from main document: FAIL (Chrome: PASS, Safari: FAIL)
iframe: FAIL (Chrome: PASS, Safari: FAIL)
iframe, no sandbox: FAIL (Chrome: PASS, Safari: FAIL)
sandboxed iframe allows declarative Shadow DOM: FAIL (Chrome: PASS, Safari: FAIL)
iframe with no sandbox allows declarative Shadow DOM: FAIL (Chrome: PASS, Safari: FAIL)
Comment 5•5 years ago
|
||
| bugherder | ||
Description
•