Closed
Bug 1475724
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 11967 - HTMLBaseElement::href changed to accept TrustedTypes
Categories
(Core :: DOM: Security, enhancement, P4)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream][domsecurity-backlog])
Sync web-platform-tests PR 11967 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/11967
Details from upstream follow.
Maja Kabus <kabusm@google.com> wrote:
> HTMLBaseElement::href changed to accept TrustedTypes
>
> Changed implementation of setHref(), older version is abandoned.
> Added href() getter that accepts URLString as an argument.
>
> Bug: 739170
> Change-Id: I7703c1a33f037a912f1a105d8c79ef8fe5b4a289
> Reviewed-on: https://chromium-review.googlesource.com/1136544
> WPT-Export-Revision: 3508107aafe10041cb08474886f2fa770d51daa9
Assignee | ||
Updated•6 years ago
|
Component: web-platform-tests → DOM: Security
Product: Testing → Core
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream][domsecurity-backlog]
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream][domsecurity-backlog] → [wptsync downstream]
Assignee | ||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream][domsecurity-backlog]
Assignee | ||
Comment 3•6 years ago
|
||
Ran 2 tests and 6 subtests
OK : 2
FAIL : 6
New tests that have failures or other problems:
/trusted-types/HTMLBaseElement-href.tentative.html
base.href = URLS.safe, TrustedURL.create: FAIL
base.href = URLS.safe, TrustedURL.unsafelyCreate: FAIL
/trusted-types/block-string-assignment-to-HTMLBaseElement-href.tentative.html
`base.href = null` throws: FAIL
`base.href = string` throws: FAIL
base.href = URLS.safe, TrustedURL.create: FAIL
base.href = URLS.safe, TrustedURL.unsafelyCreate: FAIL
Assignee | ||
Comment 4•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d9444e3bdb463e942b7c26fca2dd6c9ab3393e05
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a71174fc706a
[wpt PR 11967] - HTMLBaseElement::href changed to accept TrustedTypes, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/7f7d29e85f66
[wpt PR 11967] - Update wpt metadata, a=testonly
Comment 6•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a71174fc706a
https://hg.mozilla.org/mozilla-central/rev/7f7d29e85f66
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•