mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Move LinkProcessingOptions into separate file (#39033)
This makes future implementations easier where we will reuse most of this code to parse Link headers. Part of #35035 Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
This commit is contained in:
parent
efe9ea2306
commit
a1f9e3e133
23 changed files with 311 additions and 573 deletions
|
@ -1,4 +1,5 @@
|
|||
[preload-error.sub.html]
|
||||
expected: TIMEOUT
|
||||
[404 (image): main]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -26,12 +27,6 @@
|
|||
[CSP-error (xhr): main]
|
||||
expected: FAIL
|
||||
|
||||
[success (fetch): main]
|
||||
expected: FAIL
|
||||
|
||||
[404 (fetch): main]
|
||||
expected: FAIL
|
||||
|
||||
[CORS (fetch): main]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -55,21 +50,3 @@
|
|||
|
||||
[MIME-blocked-nosniff (script): main]
|
||||
expected: FAIL
|
||||
|
||||
[success (xhr): main]
|
||||
expected: FAIL
|
||||
|
||||
[CORS (style): main]
|
||||
expected: FAIL
|
||||
|
||||
[success (style): main]
|
||||
expected: FAIL
|
||||
|
||||
[404 (script): main]
|
||||
expected: FAIL
|
||||
|
||||
[Decode-error (style): main]
|
||||
expected: FAIL
|
||||
|
||||
[CORS (xhr): main]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue