From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../subapps/add-error.tentative.https.html.ini | 22 ++++++++++++++++++++++ .../subapps/add-success.tentative.https.html.ini | 7 +++++++ .../idlharness.tentative.https.window.js.ini | 3 +++ .../insecure-context-error.tentative.html.ini | 3 +++ .../subapps/list-error.tentative.https.html.ini | 12 ++++++++++++ .../subapps/list-success.tentative.https.html.ini | 9 +++++++++ .../subapps/remove-error.tentative.https.html.ini | 16 ++++++++++++++++ .../remove-success.tentative.https.html.ini | 7 +++++++ 8 files changed, 79 insertions(+) create mode 100644 testing/web-platform/meta/subapps/add-error.tentative.https.html.ini create mode 100644 testing/web-platform/meta/subapps/add-success.tentative.https.html.ini create mode 100644 testing/web-platform/meta/subapps/idlharness.tentative.https.window.js.ini create mode 100644 testing/web-platform/meta/subapps/insecure-context-error.tentative.html.ini create mode 100644 testing/web-platform/meta/subapps/list-error.tentative.https.html.ini create mode 100644 testing/web-platform/meta/subapps/list-success.tentative.https.html.ini create mode 100644 testing/web-platform/meta/subapps/remove-error.tentative.https.html.ini create mode 100644 testing/web-platform/meta/subapps/remove-success.tentative.https.html.ini (limited to 'testing/web-platform/meta/subapps') diff --git a/testing/web-platform/meta/subapps/add-error.tentative.https.html.ini b/testing/web-platform/meta/subapps/add-error.tentative.https.html.ini new file mode 100644 index 0000000000..c9c9c406fe --- /dev/null +++ b/testing/web-platform/meta/subapps/add-error.tentative.https.html.ini @@ -0,0 +1,22 @@ +[add-error.tentative.https.html] + expected: ERROR + [The object is no longer associated to a document.] + expected: FAIL + + [API is only supported in top-level browsing contexts.] + expected: FAIL + + [Service failed to add two sub-apps.] + expected: FAIL + + [Service added one sub-app failed to add another sub-app.] + expected: NOTRUN + + [Missing user activation.] + expected: FAIL + + [Too many subapps at once.] + expected: FAIL + + [API supports only root-relative paths.] + expected: FAIL diff --git a/testing/web-platform/meta/subapps/add-success.tentative.https.html.ini b/testing/web-platform/meta/subapps/add-success.tentative.https.html.ini new file mode 100644 index 0000000000..e1923ca98c --- /dev/null +++ b/testing/web-platform/meta/subapps/add-success.tentative.https.html.ini @@ -0,0 +1,7 @@ +[add-success.tentative.https.html] + expected: ERROR + [Add API call works with single sub app.] + expected: FAIL + + [Add API call works with multiple sub apps.] + expected: NOTRUN diff --git a/testing/web-platform/meta/subapps/idlharness.tentative.https.window.js.ini b/testing/web-platform/meta/subapps/idlharness.tentative.https.window.js.ini new file mode 100644 index 0000000000..6bd47c06dc --- /dev/null +++ b/testing/web-platform/meta/subapps/idlharness.tentative.https.window.js.ini @@ -0,0 +1,3 @@ +[idlharness.tentative.https.window.html] + [idl_test setup] + expected: FAIL diff --git a/testing/web-platform/meta/subapps/insecure-context-error.tentative.html.ini b/testing/web-platform/meta/subapps/insecure-context-error.tentative.html.ini new file mode 100644 index 0000000000..a0e984d520 --- /dev/null +++ b/testing/web-platform/meta/subapps/insecure-context-error.tentative.html.ini @@ -0,0 +1,3 @@ +[insecure-context-error.tentative.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/subapps/list-error.tentative.https.html.ini b/testing/web-platform/meta/subapps/list-error.tentative.https.html.ini new file mode 100644 index 0000000000..f59a8e4d11 --- /dev/null +++ b/testing/web-platform/meta/subapps/list-error.tentative.https.html.ini @@ -0,0 +1,12 @@ +[list-error.tentative.https.html] + expected: + if (os == "android") and fission: [ERROR, TIMEOUT] + ERROR + [The object is no longer associated to a document.] + expected: FAIL + + [API is only supported in top-level browsing contexts.] + expected: FAIL + + [List call failed.] + expected: FAIL diff --git a/testing/web-platform/meta/subapps/list-success.tentative.https.html.ini b/testing/web-platform/meta/subapps/list-success.tentative.https.html.ini new file mode 100644 index 0000000000..6e2ebd8118 --- /dev/null +++ b/testing/web-platform/meta/subapps/list-success.tentative.https.html.ini @@ -0,0 +1,9 @@ +[list-success.tentative.https.html] + expected: + if (os == "android") and fission: [ERROR, TIMEOUT] + ERROR + [List API call works with 2 sub apps.] + expected: FAIL + + [List API call works with no sub apps.] + expected: NOTRUN diff --git a/testing/web-platform/meta/subapps/remove-error.tentative.https.html.ini b/testing/web-platform/meta/subapps/remove-error.tentative.https.html.ini new file mode 100644 index 0000000000..c0191b8b84 --- /dev/null +++ b/testing/web-platform/meta/subapps/remove-error.tentative.https.html.ini @@ -0,0 +1,16 @@ +[remove-error.tentative.https.html] + expected: ERROR + [The object is no longer associated to a document.] + expected: FAIL + + [API is only supported in top-level browsing contexts.] + expected: FAIL + + [API supports only root-relative paths.] + expected: FAIL + + [Remove call fails.] + expected: FAIL + + [Remove call fails with mixed results.] + expected: NOTRUN diff --git a/testing/web-platform/meta/subapps/remove-success.tentative.https.html.ini b/testing/web-platform/meta/subapps/remove-success.tentative.https.html.ini new file mode 100644 index 0000000000..b81651d3b2 --- /dev/null +++ b/testing/web-platform/meta/subapps/remove-success.tentative.https.html.ini @@ -0,0 +1,7 @@ +[remove-success.tentative.https.html] + expected: ERROR + [Remove API call works with one app.] + expected: FAIL + + [Remove API call works with several apps.] + expected: NOTRUN -- cgit v1.2.3