mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
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>
72 lines
2.3 KiB
INI
Vendored
72 lines
2.3 KiB
INI
Vendored
[prefetch-generate-directives.html]
|
|
[Test that script-src enabled with everything else disabled allows prefetching]
|
|
expected: FAIL
|
|
|
|
[Test that script-src enabled with default-src disabled allows prefetching]
|
|
expected: FAIL
|
|
|
|
[Test that img-src enabled with everything else disabled allows prefetching]
|
|
expected: FAIL
|
|
|
|
[Test that img-src enabled with default-src disabled allows prefetching]
|
|
expected: FAIL
|
|
|
|
[Test that connect-src enabled with everything else disabled allows prefetching]
|
|
expected: FAIL
|
|
|
|
[Test that connect-src enabled with default-src disabled allows prefetching]
|
|
expected: FAIL
|
|
|
|
[Test that object-src enabled with everything else disabled allows prefetching]
|
|
expected: FAIL
|
|
|
|
[Test that object-src enabled with default-src disabled allows prefetching]
|
|
expected: FAIL
|
|
|
|
[Test that font-src enabled with everything else disabled allows prefetching]
|
|
expected: FAIL
|
|
|
|
[Test that font-src enabled with default-src disabled allows prefetching]
|
|
expected: FAIL
|
|
|
|
[Test that manifest-src enabled with everything else disabled allows prefetching]
|
|
expected: FAIL
|
|
|
|
[Test that manifest-src enabled with default-src disabled allows prefetching]
|
|
expected: FAIL
|
|
|
|
[Test that media-src enabled with everything else disabled allows prefetching]
|
|
expected: FAIL
|
|
|
|
[Test that media-src enabled with default-src disabled allows prefetching]
|
|
expected: FAIL
|
|
|
|
[Test that style-src enabled with everything else disabled allows prefetching]
|
|
expected: FAIL
|
|
|
|
[Test that style-src enabled with default-src disabled allows prefetching]
|
|
expected: FAIL
|
|
|
|
[Test that child-src enabled with everything else disabled allows prefetching]
|
|
expected: FAIL
|
|
|
|
[Test that child-src enabled with default-src disabled allows prefetching]
|
|
expected: FAIL
|
|
|
|
[Test that frame-src enabled with everything else disabled allows prefetching]
|
|
expected: FAIL
|
|
|
|
[Test that frame-src enabled with default-src disabled allows prefetching]
|
|
expected: FAIL
|
|
|
|
[Test that worker-src enabled with everything else disabled allows prefetching]
|
|
expected: FAIL
|
|
|
|
[Test that worker-src enabled with default-src disabled allows prefetching]
|
|
expected: FAIL
|
|
|
|
[Test that permissive script-src-elem supersedes script-src]
|
|
expected: FAIL
|
|
|
|
[Test that permissive script-src supersedes script-src-elem]
|
|
expected: FAIL
|