gecko-dev/testing/web-platform/tests/fetch/sec-metadata
Mike West ca5cdc91b6 Bug 1541637 [wpt PR 16141] - Fix flaky Sec-Fetch-* tests., a=testonly
Automatic update from web-platform-tests
Fix flaky `Sec-Fetch-*` tests.

The tests in //fetch/sec-metadata use the server-side stash, but don't
do so with unique-enough identifiers. This patch adds a nonce to the
stash key used by the tests, ensuring that they're not interfering
with each other.

Bug: 947023
Change-Id: If24d441f6d0d9ced7f0eb1413eb78374fa3f62b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1543795
Reviewed-by: Adam Rice <ricea@chromium.org>
Commit-Queue: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#645718}

--

wpt-commits: c3e58eeeef43bd5a9dd905f1942e79b394d61924
wpt-pr: 16141
2019-04-24 11:31:50 +01:00
..
redirect Bug 1541637 [wpt PR 16141] - Fix flaky Sec-Fetch-* tests., a=testonly 2019-04-24 11:31:50 +01:00
resources Bug 1535908 [wpt PR 15806] - Implement Sec-Fetch-Site: 'none' for user-initiated navigations., a=testonly 2019-04-24 11:31:23 +01:00
embed.tentative.https.sub.html Bug 1541637 [wpt PR 16141] - Fix flaky Sec-Fetch-* tests., a=testonly 2019-04-24 11:31:50 +01:00
fetch.tentative.https.sub.html
font.tentative.https.sub.html
iframe.tentative.https.sub.html Bug 1541535 [wpt PR 16034] - Send Sec-Fetch-Mode: nested-navigate for nested navigations., a=testonly 2019-04-24 11:30:48 +01:00
iframe.tentative.sub.html
img.tentative.https.sub.html
navigation.https.sub.html Bug 1535908 [wpt PR 15806] - Implement Sec-Fetch-Site: 'none' for user-initiated navigations., a=testonly 2019-04-24 11:31:23 +01:00
object.tentative.https.sub.html Bug 1541637 [wpt PR 16141] - Fix flaky Sec-Fetch-* tests., a=testonly 2019-04-24 11:31:50 +01:00
README.md
report.tentative.https.sub.html
report.tentative.https.sub.html.sub.headers
script.tentative.https.sub.html
script.tentative.sub.html
serviceworker.tentative.https.sub.html Bug 1541637 [wpt PR 16141] - Fix flaky Sec-Fetch-* tests., a=testonly 2019-04-24 11:31:50 +01:00
sharedworker.tentative.https.sub.html Bug 1541637 [wpt PR 16141] - Fix flaky Sec-Fetch-* tests., a=testonly 2019-04-24 11:31:50 +01:00
style.tentative.https.sub.html Bug 1541637 [wpt PR 16141] - Fix flaky Sec-Fetch-* tests., a=testonly 2019-04-24 11:31:50 +01:00
track.tentative.https.sub.html Bug 1541637 [wpt PR 16141] - Fix flaky Sec-Fetch-* tests., a=testonly 2019-04-24 11:31:50 +01:00
trailing-dot.tentative.https.sub.html Bug 1539632 [wpt PR 16036] - Verify Sec-Fetch-Site is correct for domains with trailing dots., a=testonly 2019-04-24 11:31:04 +01:00
window-open.tentative.https.sub.html Bug 1535908 [wpt PR 15806] - Implement Sec-Fetch-Site: 'none' for user-initiated navigations., a=testonly 2019-04-24 11:31:23 +01:00
worker.tentative.https.sub.html Bug 1541637 [wpt PR 16141] - Fix flaky Sec-Fetch-* tests., a=testonly 2019-04-24 11:31:50 +01:00
xslt.tentative.https.sub.html

Sec-Metadata Tests

This directory contains tests related to the Sec-Metadata proposal:

Explainer :: https://github.com/mikewest/sec-metadata

"Spec" :: https://mikewest.github.io/sec-metadata/

Note: All of this is tentative, and will change (rapidly).