diff options
Diffstat (limited to 'testing/web-platform/meta/FileAPI/historical.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/FileAPI/historical.https.html.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/meta/FileAPI/historical.https.html.ini b/testing/web-platform/meta/FileAPI/historical.https.html.ini new file mode 100644 index 0000000000..37aea75230 --- /dev/null +++ b/testing/web-platform/meta/FileAPI/historical.https.html.ini @@ -0,0 +1,8 @@ +[historical.https.html] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] + if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] + [Service worker test setup] + expected: + if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT] + if (processor == "x86") and not debug: [PASS, TIMEOUT] |