mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +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,5 +1,4 @@
|
|||
[link.html]
|
||||
expected: TIMEOUT
|
||||
[The initiator type for css resources embedded in css must be 'css']
|
||||
expected: FAIL
|
||||
|
||||
|
@ -15,11 +14,8 @@
|
|||
[The initiator type for <link preload> must be 'link']
|
||||
expected: FAIL
|
||||
|
||||
[The initiator type for <link prerender> must be 'link']
|
||||
expected: TIMEOUT
|
||||
|
||||
[The initiator type for <link manifest> must be 'link']
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[The initiator type for module preload must be 'other']
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue