mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 13:18:45 +02:00
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 |
||
|---|---|---|
| .. | ||
| redirect | ||
| resources | ||
| embed.tentative.https.sub.html | ||
| fetch.tentative.https.sub.html | ||
| font.tentative.https.sub.html | ||
| iframe.tentative.https.sub.html | ||
| iframe.tentative.sub.html | ||
| img.tentative.https.sub.html | ||
| navigation.https.sub.html | ||
| object.tentative.https.sub.html | ||
| 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 | ||
| sharedworker.tentative.https.sub.html | ||
| style.tentative.https.sub.html | ||
| track.tentative.https.sub.html | ||
| trailing-dot.tentative.https.sub.html | ||
| window-open.tentative.https.sub.html | ||
| worker.tentative.https.sub.html | ||
| xslt.tentative.https.sub.html | ||
Sec-Metadata Tests
- This directory contains tests related to the
Sec-Metadataproposal: -
Explainer :: https://github.com/mikewest/sec-metadata
- "Spec" :: https://mikewest.github.io/sec-metadata/
Note: All of this is tentative, and will change (rapidly).