[wpt-sync] Sync PR 15260 - XMLSerializer: Fix prefix generation algorithm
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 15260 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/15260
Details from upstream follow.
Kent Tamura <tkent@chromium.org> wrote:
XMLSerializer: Fix prefix generation algorithm
Fix it in order to match to DOM Parsing and Serialization specification.
We should not expose hash values of strings.Bug: 928639
Change-Id: I589572d87715805961f2931c6808c1bd38acade6
Reviewed-on: https://chromium-review.googlesource.com/c/1454070
Reviewed-by: Yoshifumi Inoue \<yosin@chromium.org>
Commit-Queue: Yoshifumi Inoue \<yosin@chromium.org>
Auto-Submit: Kent Tamura \<tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#629490}
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=386946ecc6aa3713307fec97b4716bfe2ca4c814
Assignee | ||
Comment 2•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=ff7a29bcf02b3326f050faf0be2976b0c44c789c
Assignee | ||
Comment 3•2 years ago
|
||
Ran 1 tests and 5 subtests OK : 1 PASS : 4 FAIL : 1 New tests that have failures or other problems: /domparsing/XMLSerializer-serializeToString.html Check if generated prefixes match to "ns${index}".: FAIL
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/4cb5caf1eefa [wpt PR 15260] - XMLSerializer: Fix prefix generation algorithm, a=testonly https://hg.mozilla.org/integration/mozilla-inbound/rev/9bc8a95c51a5 [wpt PR 15260] - Update wpt metadata, a=testonly
Pushed by james@hoppipolla.co.uk: https://hg.mozilla.org/integration/mozilla-inbound/rev/29a5999a6eb1 [wpt PR 15260] - XMLSerializer: Fix prefix generation algorithm, a=testonly https://hg.mozilla.org/integration/mozilla-inbound/rev/0390eb5bdf53 [wpt PR 15260] - Update wpt metadata, a=testonly
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/29a5999a6eb1
https://hg.mozilla.org/mozilla-central/rev/0390eb5bdf53
Updated•2 years ago
|
Description
•