mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Auto merge of #24370 - jdm:cache-crossorigin-test, r=gterzian
Cache crossorigin test This adds a test for #24356 to ensure that we don't regress our cache behaviour. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] There are tests for these changes <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/24370) <!-- Reviewable:end -->
This commit is contained in:
commit
37ab273c82
3 changed files with 51 additions and 0 deletions
|
@ -11353,6 +11353,12 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"mozilla/cache_crossorigin_response.sub.html": [
|
||||
[
|
||||
"mozilla/cache_crossorigin_response.sub.html",
|
||||
{}
|
||||
]
|
||||
],
|
||||
"mozilla/calc.html": [
|
||||
[
|
||||
"mozilla/calc.html",
|
||||
|
@ -18479,6 +18485,10 @@
|
|||
"13a1a0fdc15ac05458ebf2c1fd75d501a6de92e3",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/cache_crossorigin_response.sub.html": [
|
||||
"266995f30afa3e9b3472e4cc43be6493c562aef6",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/calc.html": [
|
||||
"80aa06e2ae7cd5db585873f147a21382b279b86e",
|
||||
"testharness"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue