[wpt-sync] Sync PR 19991 - expose `destination` value on `Request` objects
Categories
(Core :: DOM: Networking, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream][necko-triaged])
Sync web-platform-tests PR 19991 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/19991
Details from upstream follow.
Yifan Luo <lyf@google.com> wrote:
expose
destination
value onRequest
objectsBug: 1011724
Change-Id: I722bcbccac3bfc914844711fb6feb1e21f859a6f
Reviewed-on: https://chromium-review.googlesource.com/1886863
WPT-Export-Revision: f2c679b7e560d85af9e5a586b6ff01210b1f814c
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=93d1c83a8259f38091041c96f9117f4a3251a364
Assignee | ||
Comment 2•1 year ago
|
||
GitHub CI Results
wpt.fyi PR Results Base Results
Ran 6 tests and 570 subtests
Firefox
OK : 6
PASS : 526
FAIL : 42
Chrome
OK : 6
PASS : 542
FAIL : 26
Safari
OK : 6
PASS : 407
FAIL : 21
Firefox-only failures
/fetch/api/idlharness.any.serviceworker.html
Request interface: attribute keepalive: Firefox: FAIL
Request interface: new Request('about:blank') must inherit property "keepalive" with the proper type: Firefox: FAIL
/fetch/api/idlharness.any.html
Request interface: attribute keepalive: Firefox: FAIL
Request interface: new Request('about:blank') must inherit property "keepalive" with the proper type: Firefox: FAIL
/fetch/api/idlharness.any.worker.html
Request interface: attribute keepalive: Firefox: FAIL
Request interface: new Request('about:blank') must inherit property "keepalive" with the proper type: Firefox: FAIL
Other existing tests that now have a worse result
/fetch/api/request/destination/fetch-destination-iframe.https.html
iframe fetches with a "document" Request.destination: Firefox: PASS->MISSING, Chrome: PASS->MISSING, Safari: PASS->MISSING
Other new tests that's don't pass
/fetch/api/request/destination/fetch-destination-frame.https.html
frame fetches with a "frame" Request.destination: Firefox: FAIL, Chrome: FAIL, Safari: FAIL
/fetch/api/request/destination/fetch-destination-iframe.https.html
iframe fetches with a "iframe" Request.destination: Firefox: FAIL, Chrome: FAIL, Safari: FAIL
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/9da719089b33 [wpt PR 19991] - expose `destination` value on `Request` objects., a=testonly https://hg.mozilla.org/integration/autoland/rev/5b00861110e7 [wpt PR 19991] - Update wpt metadata, a=testonly
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9da719089b33
https://hg.mozilla.org/mozilla-central/rev/5b00861110e7
Description
•