[wpt-sync] Sync PR 23309 - Add referrerpolicy to relevant mutations
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 23309 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/23309
Details from upstream follow.
Dominic Farolino <dom@chromium.org> wrote:
Add referrerpolicy to relevant mutations
This CL adds
referrerpolicy
mutations on the img element to the list
of relevant mutations 1. The associated HTML Standard PR is at 2. See
the document 3 for more information.R=domenic@chromium.org, fs@opera.com, hiroshige@chromium.org
Bug: 1061685
Change-Id: Ia2f8490a3689524a86281569185b171f141ea085Reviewed-on: https://chromium-review.googlesource.com/2171816
WPT-Export-Revision: fa47ff5e257c66cfbc818fe121b837dca0d86fea
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Comment 1•9 months ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=5ea6cbcae245d0573c281d42c800d509308de8bc
Assignee | ||
Comment 2•9 months ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 68 tests
Status Summary
Firefox
OK : 1
PASS: 104[GitHub] 171[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt]
FAIL: 9
Chrome
OK : 1
PASS: 94
FAIL: 19
Safari
OK : 1
PASS: 71
FAIL: 42
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/html/semantics/embedded-content/the-img-element/relevant-mutations.html
referrerpolicy no-referrer-when-downgrade to empty, src already set: FAIL (Chrome: FAIL, Safari: FAIL)
crossorigin use-credentials to absent, src already set: FAIL (Chrome: PASS, Safari: FAIL)
referrerpolicy no-referrer-when-downgrade to absent, src already set: FAIL (Chrome: FAIL, Safari: FAIL)
crossorigin anonymous to absent, src already set: FAIL (Chrome: PASS, Safari: FAIL)
referrerpolicy no-referrer to invalid, src already set: FAIL (Chrome: FAIL, Safari: FAIL)
crossorigin empty to absent, src already set: FAIL (Chrome: PASS, Safari: FAIL)
referrerpolicy no-referrer to empty, src already set: FAIL (Chrome: FAIL, Safari: FAIL)
referrerpolicy no-referrer-when-downgrade to invalid, src already set: FAIL (Chrome: FAIL, Safari: FAIL)
referrerpolicy no-referrer to absent, src already set: FAIL (Chrome: FAIL, Safari: FAIL)
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/88321df62173 [wpt PR 23309] - Add referrerpolicy to relevant mutations, a=testonly
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/851b02986975 [wpt PR 23309] - Add referrerpolicy to relevant mutations, a=testonly
Comment 5•8 months ago
|
||
bugherder |
Description
•