diff options
Diffstat (limited to 'testing/web-platform/meta/subapps')
8 files changed, 128 insertions, 0 deletions
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..083ee245a5 --- /dev/null +++ b/testing/web-platform/meta/subapps/add-error.tentative.https.html.ini @@ -0,0 +1,21 @@ +[add-error.tentative.https.html] + [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: FAIL + + [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..cae0298288 --- /dev/null +++ b/testing/web-platform/meta/subapps/add-success.tentative.https.html.ini @@ -0,0 +1,6 @@ +[add-success.tentative.https.html] + [Add API call works with single sub app.] + expected: FAIL + + [Add API call works with multiple sub apps.] + expected: FAIL 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..c0ba63617c --- /dev/null +++ b/testing/web-platform/meta/subapps/idlharness.tentative.https.window.js.ini @@ -0,0 +1,54 @@ +[idlharness.tentative.https.window.html] + [SubApps interface: existence and properties of interface object] + expected: FAIL + + [SubApps interface object length] + expected: FAIL + + [SubApps interface object name] + expected: FAIL + + [SubApps interface: existence and properties of interface prototype object] + expected: FAIL + + [SubApps interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [SubApps interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [SubApps interface: operation add(DOMString)] + expected: FAIL + + [SubApps interface: operation list()] + expected: FAIL + + [SubApps must be primary interface of navigator.subApps] + expected: FAIL + + [Stringification of navigator.subApps] + expected: FAIL + + [SubApps interface: navigator.subApps must inherit property "add(DOMString)" with the proper type] + expected: FAIL + + [SubApps interface: calling add(DOMString) on navigator.subApps with too few arguments must throw TypeError] + expected: FAIL + + [SubApps interface: navigator.subApps must inherit property "list()" with the proper type] + expected: FAIL + + [Navigator interface: attribute subApps] + expected: FAIL + + [Navigator interface: navigator must inherit property "subApps" with the proper type] + expected: FAIL + + [SubApps interface: operation remove(DOMString)] + expected: FAIL + + [SubApps interface: navigator.subApps must inherit property "remove(DOMString)" with the proper type] + expected: FAIL + + [SubApps interface: calling remove(DOMString) on navigator.subApps with too few arguments must throw TypeError] + 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 |