[wpt-sync] Sync PR 33281 - [Sanitizer API] Fix classification of namespaced elements.
Categories
(Core :: DOM: Security, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream][domsecurity-backlog])
Attachments
(1 file)
89.48 KB,
text/plain
|
Details |
Sync web-platform-tests PR 33281 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/33281
Details from upstream follow.
Daniel Vogelheim <vogelheim@chromium.org> wrote:
[Sanitizer API] Fix classification of namespaced elements.
The current code treats all namespaces elements as unknown HTML elements,
while they're not unknown HTML elements at all. (This is a regression from
the introduction of namespaces to the Sanitizer.)Bug: 1306450
Change-Id: Ie65f84350ef5d9be2d5d6f3a626a248f33fae355
Reviewed-on: https://chromium-review.googlesource.com/3537127
WPT-Export-Revision: 55102da7444f10380e61d4825c33f0667d6d5d0a
Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=0fdbb0ce7a538114944fccef1b6847c019158b48
Assignee | ||
Comment 2•3 years ago
|
||
Try push failed: decision task YuphkxZnRlCIxS1WPWT3yQ returned error
Assignee | ||
Comment 3•3 years ago
|
||
Try push failed: decision task YuphkxZnRlCIxS1WPWT3yQ returned error
Assignee | ||
Comment 4•3 years ago
|
||
Try push failed: decision task WjS28gKrSXG61B70Us8sAg returned error
Assignee | ||
Comment 5•3 years ago
|
||
Try push failed: decision task WjS28gKrSXG61B70Us8sAg returned error
Updated•3 years ago
|
Assignee | ||
Comment 6•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=a7dfbcd784b659418224a0450501355d1ae58fdb
Assignee | ||
Comment 7•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=1de29d512622d8d55c6674593be62aa4308a3c0d
Assignee | ||
Comment 8•3 years ago
|
||
# CI Results Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI Total 3 tests and 83 subtests ## Status Summary ### Firefox OK : 2[GitHub] 3[Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-linux1804-64-tsan-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-32-2004-qr-opt, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] PASS : 206 FAIL : 108[Gecko-android-em-7.0-x86_64-lite-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-linux1804-64-tsan-qr-opt, Gecko-windows10-32-2004-qr-debug, Gecko-windows10-32-2004-qr-opt, Gecko-windows10-64-2004-qr-debug, Gecko-windows10-64-2004-qr-opt] 229[GitHub] ERROR: 1 ### Chrome OK : 3 PASS : 314 ### Safari OK : 2 FAIL : 229 ERROR: 1 ## Links [Gecko CI (Treeherder)](https://treeherder.mozilla.org/#/jobs?repo=try&revision=1de29d512622d8d55c6674593be62aa4308a3c0d) [GitHub PR Head](https://wpt.fyi/results/?sha=089049bec6fd08fc475d9e3525a66a56c622637e&label=pr_head) [GitHub PR Base](https://wpt.fyi/results/?sha=089049bec6fd08fc475d9e3525a66a56c622637e&label=pr_base) ## Details (See attachment for full changes)
Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/ce8522b0612f [wpt PR 33281] - [Sanitizer API] Fix classification of namespaced elements., a=testonly https://hg.mozilla.org/integration/autoland/rev/0906920bca29 [wpt PR 33281] - Update wpt metadata, a=testonly
Comment 10•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ce8522b0612f
https://hg.mozilla.org/mozilla-central/rev/0906920bca29
Description
•