diff options
Diffstat (limited to 'testing/web-platform/meta/background-fetch/update-ui.https.window.js.ini')
-rw-r--r-- | testing/web-platform/meta/background-fetch/update-ui.https.window.js.ini | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/meta/background-fetch/update-ui.https.window.js.ini b/testing/web-platform/meta/background-fetch/update-ui.https.window.js.ini new file mode 100644 index 0000000000..ef12904f9a --- /dev/null +++ b/testing/web-platform/meta/background-fetch/update-ui.https.window.js.ini @@ -0,0 +1,16 @@ +[update-ui.https.window.html] + expected: + if (os == "mac") and debug: ["OK", "TIMEOUT"] + [Background Fetch updateUI called twice fails] + expected: + if (os == "mac") and debug: ["FAIL", "TIMEOUT"] + FAIL + + [Background Fetch updateUI resolves] + expected: FAIL + + [Background Fetch updateUI fails when event is not active] + expected: + if (os == "mac") and debug: ["FAIL", "NOTRUN"] + FAIL + |