diff options
Diffstat (limited to 'testing/web-platform/meta/speculation-rules/prefetch/prefetch-status.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/speculation-rules/prefetch/prefetch-status.https.html.ini | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/testing/web-platform/meta/speculation-rules/prefetch/prefetch-status.https.html.ini b/testing/web-platform/meta/speculation-rules/prefetch/prefetch-status.https.html.ini new file mode 100644 index 0000000000..82245e35a8 --- /dev/null +++ b/testing/web-platform/meta/speculation-rules/prefetch/prefetch-status.https.html.ini @@ -0,0 +1,33 @@ +[prefetch-status.https.html?status=500&should_prefetch=false] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Check that only prefetched requests with status in 200-299 range are used.] + expected: FAIL + + +[prefetch-status.https.html?status=400&should_prefetch=false] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Check that only prefetched requests with status in 200-299 range are used.] + expected: FAIL + + +[prefetch-status.https.html?status=299&should_prefetch=true] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Check that only prefetched requests with status in 200-299 range are used.] + expected: FAIL + + +[prefetch-status.https.html?status=250&should_prefetch=true] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Check that only prefetched requests with status in 200-299 range are used.] + expected: FAIL + + +[prefetch-status.https.html?status=200&should_prefetch=true] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Check that only prefetched requests with status in 200-299 range are used.] + expected: FAIL |