[wpt-sync] Sync PR 39283 - Resolve bare fragments with a colon against non-hierarchical URLs
Categories
(Core :: DOM: Networking, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox114 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 39283 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/39283
Details from upstream follow.
Fredrik Söderquist <fs@opera.com> wrote:
Resolve bare fragments with a colon against non-hierarchical URLs
A bare fragment with a colon should be handled the same as one without.
Since a scheme cannot start with - or otherwise contain - a '#' the
IsValidScheme() check will fail. Handle a leading '#' in that case in
the same way as it is handled for an empty scheme (bare fragment without
colon).Bug: 1220361
Change-Id: I92da53953244ec7e85dba097bc166f84b0b339adReviewed-on: https://chromium-review.googlesource.com/4379879
WPT-Export-Revision: 8520f308c37fa5b68af5ef7504d65bbef757f982
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
| Assignee | ||
Comment 4•3 years ago
|
||
Comment 5•3 years ago
|
||
| bugherder | ||
Description
•