mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Implement basics of link preloading (#37036)
These changes allow a minimal set of checks for font-src CSP checks to pass. Part of #4577 Part of #35035 --------- Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
This commit is contained in:
parent
9dc1391bef
commit
36e4886da1
174 changed files with 2814 additions and 1097 deletions
82
tests/wpt/meta/preload/modulepreload-as.html.ini
vendored
Normal file
82
tests/wpt/meta/preload/modulepreload-as.html.ini
vendored
Normal file
|
@ -0,0 +1,82 @@
|
|||
[modulepreload-as.html]
|
||||
expected: TIMEOUT
|
||||
[Modulepreload with as=""]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Modulepreload with as="audio"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="audioworklet"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="document"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="embed"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="font"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="frame"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="iframe"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="image"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="json"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="manifest"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="object"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="paintworklet"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="report"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="script"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="serviceworker"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="sharedworker"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="style"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="track"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="video"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="webidentity"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="worker"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="xslt"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="fetch"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="invalid-dest"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="iMaGe"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Modulepreload with as="sCrIpT"]
|
||||
expected: NOTRUN
|
Loading…
Add table
Add a link
Reference in a new issue