diff options
Diffstat (limited to 'testing/web-platform/meta/speculation-rules/prefetch/prefetch-single.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/speculation-rules/prefetch/prefetch-single.https.html.ini | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/web-platform/meta/speculation-rules/prefetch/prefetch-single.https.html.ini b/testing/web-platform/meta/speculation-rules/prefetch/prefetch-single.https.html.ini new file mode 100644 index 0000000000..2dff4c0867 --- /dev/null +++ b/testing/web-platform/meta/speculation-rules/prefetch/prefetch-single.https.html.ini @@ -0,0 +1,26 @@ +[prefetch-single.https.html?from_protocol=https&to_protocol=https] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [test single https url prefetch from a https url] + expected: FAIL + + +[prefetch-single.https.html?from_protocol=http&to_protocol=http] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [test single http url prefetch from a http url] + expected: FAIL + + +[prefetch-single.https.html?from_protocol=http&to_protocol=https] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [test single https url prefetch from a http url] + expected: FAIL + + +[prefetch-single.https.html?from_protocol=https&to_protocol=http] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [test single http url prefetch from a https url] + expected: FAIL |