servo/tests/wpt/meta/preload/supported-as-values.html.ini
Tim van der Lippe 36e4886da1
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>
2025-05-29 11:26:27 +00:00

43 lines
1.1 KiB
INI
Vendored

[supported-as-values.html?as=track&expected=1]
[Test the supported value for <link rel=preload as="...">]
expected: FAIL
[supported-as-values.html?as=iframe&expected=0]
[supported-as-values.html?as=video&expected=0]
[supported-as-values.html?as=font&expected=1]
[Test the supported value for <link rel=preload as="...">]
expected: FAIL
[supported-as-values.html?as=fetch&expected=1]
[Test the supported value for <link rel=preload as="...">]
expected: FAIL
[supported-as-values.html?as=object&expected=0]
[supported-as-values.html?as=image&expected=1]
[Test the supported value for <link rel=preload as="...">]
expected: FAIL
[supported-as-values.html?as=garbagefoobar&expected=0]
[supported-as-values.html?as=style&expected=1]
[Test the supported value for <link rel=preload as="...">]
expected: FAIL
[supported-as-values.html?as=audio&expected=0]
[supported-as-values.html?as=script&expected=1]
[Test the supported value for <link rel=preload as="...">]
expected: FAIL
[supported-as-values.html?as=json&expected=0]
[supported-as-values.html?as=worklet&expected=0]