Open
Bug 1441645
Opened 7 years ago
Updated 3 years ago
[wpt-sync] Sync PR 9002 - [url] Properly treat '#' as marking the start of the fragment in data URIs
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: wpt-sync, Unassigned)
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 9002 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/w3c/web-platform-tests/pull/9002
Details from upstream follow.
Stephen McGruer wrote:
> [url] Properly treat '#' as marking the start of the fragment in data URIs
>
> This CL aligns Chromium with the URL spec, such that we consider '#' to
> mark the end of the content and the start of the fragment section only.
> GURL::GetContent was updated to reflect this, with a special case for
> javascript URLs specifically (as their spec mentions including '#' in the
> URL content).
>
> Bug: 123004
> Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs
> Change-Id: I49c6f4d739a2dd42eecc9947f8e75071b84e9be7
> Reviewed-on: https://chromium-review.googlesource.com/738395
> WPT-Export-Revision: 870af976f820272a286a348c8f8d5f63089daf0b
>
>
>
Reporter | ||
Updated•7 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Reporter | ||
Comment 1•7 years ago
|
||
Reporter | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=84ce9d96487c07a8b175d004ed31a838b8716974
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•