mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +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
9
tests/wpt/meta/preload/preload-time-to-fetch.https.html.ini
vendored
Normal file
9
tests/wpt/meta/preload/preload-time-to-fetch.https.html.ini
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
[preload-time-to-fetch.https.html]
|
||||
[Changing a preload media attribute (non matching->matching) should trigger a fetch]
|
||||
expected: FAIL
|
||||
|
||||
[Removing a non-matching preload media attribute should trigger a new fetch]
|
||||
expected: FAIL
|
||||
|
||||
[Changing a preload media attribute (non matching->non matching) should not trigger a fetch]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue