diff options
Diffstat (limited to 'testing/web-platform/meta/fetch/stale-while-revalidate/fetch-sw.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/fetch/stale-while-revalidate/fetch-sw.https.html.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/stale-while-revalidate/fetch-sw.https.html.ini b/testing/web-platform/meta/fetch/stale-while-revalidate/fetch-sw.https.html.ini new file mode 100644 index 0000000000..6f7751b08f --- /dev/null +++ b/testing/web-platform/meta/fetch/stale-while-revalidate/fetch-sw.https.html.ini @@ -0,0 +1,10 @@ +[fetch-sw.https.html] + expected: + if (os == "win") and debug and (processor == "x86"): [OK, TIMEOUT, CRASH] + if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] + if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] + [Second fetch returns same response] + expected: + if (os == "win") and not swgl and not debug and (processor == "x86_64"): [PASS, TIMEOUT] + if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, TIMEOUT] + if (os == "win") and not swgl and debug: [PASS, TIMEOUT] |