diff options
Diffstat (limited to 'testing/web-platform/meta/fetch/metadata/preload.https.sub.html.ini')
-rw-r--r-- | testing/web-platform/meta/fetch/metadata/preload.https.sub.html.ini | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/metadata/preload.https.sub.html.ini b/testing/web-platform/meta/fetch/metadata/preload.https.sub.html.ini new file mode 100644 index 0000000000..9c25310fac --- /dev/null +++ b/testing/web-platform/meta/fetch/metadata/preload.https.sub.html.ini @@ -0,0 +1,108 @@ +[preload.https.sub.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [preload style web-platform.test:8443: sec-fetch-site] + expected: + if (os == "win") and not debug: PASS + if os == "android": PASS + if os == "mac": PASS + [PASS, FAIL] + + [<link rel='preload' as='style' href='https://www.not-web-platform.test:8443/...'>] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL] + if (os == "linux") and debug: [PASS, FAIL] + if (os == "win") and debug: [PASS, FAIL] + + [<link rel='preload' as='fetch' href='https://web-platform.test:8443/...'>] + expected: + if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL] + if (os == "linux") and debug: [PASS, FAIL] + + [<link rel='preload' as='image' href='https://www.not-web-platform.test:8443/...'>] + expected: + if os == "win": [PASS, FAIL] + + [<link rel='preload' as='font' href='https://www.not-web-platform.test:8443/...'>] + expected: + if (os == "linux") and not debug: [PASS, FAIL] + + [<link rel='preload' as='track' href='https://www.web-platform.test:8443/...'>] + expected: + if (processor == "x86") and (os == "win") and not debug: FAIL + [FAIL, PASS] + + [preload image web-platform.test:8443: sec-fetch-site] + expected: + if (os == "android") and debug: [PASS, FAIL] + + [<link rel='preload' as='fetch' href='https://www.web-platform.test:8443/...'>] + expected: + if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL] + if (os == "linux") and debug: [PASS, FAIL] + + [<link rel='preload' as='style' href='https://web-platform.test:8443/...'>] + expected: + if (os == "win") and not debug: PASS + if os == "android": PASS + [PASS, FAIL] + + [<link rel='preload' as='font' href='https://web-platform.test:8443/...'>] + expected: + if (os == "linux") and not debug and (processor == "x86_64"): [PASS, FAIL] + + [<link rel='preload' as='script' href='https://www.web-platform.test:8443/...'>] + expected: + if (os == "win") and debug and (processor == "x86"): [PASS, FAIL] + if (os == "win") and not debug: [PASS, FAIL] + + [preload style www.not-web-platform.test:8443: sec-fetch-site] + expected: + if (processor == "x86") and debug: [PASS, FAIL] + + [<link rel='preload' as='script' href='https://www.not-web-platform.test:8443/...'>] + expected: + if os == "win": [PASS, FAIL] + + [<link rel='preload' as='track' href='https://www.not-web-platform.test:8443/...'>] + expected: + if (os == "linux") and not debug: FAIL + [FAIL, PASS] + + [<link rel='preload' as='image' href='https://web-platform.test:8443/...'>] + expected: + if (os == "win") and not debug: PASS + if (os == "android") and not debug: PASS + [PASS, FAIL] + + [<link rel='preload' as='style' href='https://www.web-platform.test:8443/...'>] + expected: + if os == "android": PASS + [PASS, FAIL] + + [<link rel='preload' as='track' href='https://web-platform.test:8443/...'>] + expected: + if (os == "win") and not debug: FAIL + [FAIL, PASS] + + [preload script web-platform.test:8443: sec-fetch-site] + expected: + if (os == "android") and not debug: [PASS, FAIL] + + [<link rel='preload' as='image' href='https://www.web-platform.test:8443/...'>] + expected: + if (os == "android") and not debug: PASS + [PASS, FAIL] + + [<link rel='preload' as='script' href='https://web-platform.test:8443/...'>] + expected: + if (os == "win") and debug: [PASS, FAIL] + + [preload fetch web-platform.test:8443: sec-fetch-site] + expected: + if (processor == "x86") and debug: [PASS, FAIL] + + [preload image www.web-platform.test:8443: sec-fetch-site] + expected: + if (os == "win") and debug: [PASS, FAIL] + if os == "mac": [PASS, FAIL] |