diff options
Diffstat (limited to 'testing/web-platform/meta/content-index/idlharness.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/content-index/idlharness.https.any.js.ini | 226 |
1 files changed, 226 insertions, 0 deletions
diff --git a/testing/web-platform/meta/content-index/idlharness.https.any.js.ini b/testing/web-platform/meta/content-index/idlharness.https.any.js.ini new file mode 100644 index 0000000000..6b44ac7ce7 --- /dev/null +++ b/testing/web-platform/meta/content-index/idlharness.https.any.js.ini @@ -0,0 +1,226 @@ +[idlharness.https.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [ContentIndex interface: operation getAll()] + expected: FAIL + + [ContentIndex interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [ServiceWorkerRegistration interface: attribute index] + expected: FAIL + + [ContentIndex interface: operation delete(DOMString)] + expected: FAIL + + [ContentIndex interface: existence and properties of interface object] + expected: FAIL + + [ContentIndex interface object name] + expected: FAIL + + [ContentIndex interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [ContentIndex interface: existence and properties of interface prototype object] + expected: FAIL + + [ContentIndex interface: operation add(ContentDescription)] + expected: FAIL + + [ContentIndex interface object length] + expected: FAIL + + +[idlharness.https.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [ContentIndex interface: operation getAll()] + expected: FAIL + + [ContentIndex interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [ServiceWorkerRegistration interface: attribute index] + expected: FAIL + + [ContentIndex interface: operation delete(DOMString)] + expected: FAIL + + [ContentIndex interface: existence and properties of interface object] + expected: FAIL + + [ContentIndex interface object name] + expected: FAIL + + [ContentIndex interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [ContentIndex interface: existence and properties of interface prototype object] + expected: FAIL + + [ContentIndex interface: operation add(ContentDescription)] + expected: FAIL + + [ContentIndex interface object length] + expected: FAIL + + +[idlharness.https.any.serviceworker.html] + expected: + if (os == "win") and not debug: [OK, TIMEOUT] + if (os == "android") and fission: [OK, TIMEOUT] + [ContentIndexEvent interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [ServiceWorkerRegistration interface: registration must inherit property "index" with the proper type] + expected: FAIL + + [ContentIndex interface: operation delete(DOMString)] + expected: FAIL + + [ServiceWorkerRegistration interface: attribute index] + expected: FAIL + + [ContentIndex interface: existence and properties of interface prototype object] + expected: FAIL + + [ContentIndex interface: registration.index must inherit property "getAll()" with the proper type] + expected: FAIL + + [ContentIndexEvent interface: existence and properties of interface prototype object] + expected: FAIL + + [ContentIndex interface: registration.index must inherit property "delete(DOMString)" with the proper type] + expected: FAIL + + [ContentIndex interface: existence and properties of interface object] + expected: FAIL + + [ContentIndex interface object name] + expected: FAIL + + [ContentIndex interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [ServiceWorkerGlobalScope interface: attribute oncontentdelete] + expected: FAIL + + [ContentIndexEvent interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [ContentIndexEvent interface object length] + expected: FAIL + + [ServiceWorkerGlobalScope interface: self must inherit property "oncontentdelete" with the proper type] + expected: FAIL + + [ContentIndex interface: operation getAll()] + expected: FAIL + + [ContentIndexEvent must be primary interface of new ContentIndexEvent("type", {id: "foo"})] + expected: FAIL + + [Stringification of new ContentIndexEvent("type", {id: "foo"})] + expected: FAIL + + [ContentIndex interface: calling add(ContentDescription) on registration.index with too few arguments must throw TypeError] + expected: FAIL + + [ContentIndex interface: operation add(ContentDescription)] + expected: FAIL + + [ContentIndex interface: calling delete(DOMString) on registration.index with too few arguments must throw TypeError] + expected: FAIL + + [Stringification of registration.index] + expected: FAIL + + [ContentIndex interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [ContentIndex interface: registration.index must inherit property "add(ContentDescription)" with the proper type] + expected: FAIL + + [ContentIndex must be primary interface of registration.index] + expected: FAIL + + [ContentIndexEvent interface: existence and properties of interface object] + expected: FAIL + + [ContentIndexEvent interface: attribute id] + expected: FAIL + + [ContentIndexEvent interface object name] + expected: FAIL + + [ContentIndexEvent interface: new ContentIndexEvent("type", {id: "foo"}) must inherit property "id" with the proper type] + expected: FAIL + + [ContentIndex interface object length] + expected: FAIL + + +[idlharness.https.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + if (os == "win") and not debug: [OK, TIMEOUT] + if (os == "win") and debug and swgl: [OK, TIMEOUT] + [ServiceWorkerRegistration interface: registration must inherit property "index" with the proper type] + expected: FAIL + + [ContentIndex interface: operation delete(DOMString)] + expected: FAIL + + [ServiceWorkerRegistration interface: attribute index] + expected: FAIL + + [ContentIndex interface: existence and properties of interface prototype object] + expected: FAIL + + [ContentIndex interface: registration.index must inherit property "getAll()" with the proper type] + expected: FAIL + + [ContentIndex interface: registration.index must inherit property "delete(DOMString)" with the proper type] + expected: FAIL + + [ContentIndex interface: existence and properties of interface object] + expected: FAIL + + [ContentIndex interface object name] + expected: FAIL + + [ContentIndex interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [ContentIndex interface: operation getAll()] + expected: FAIL + + [ContentIndex interface: calling add(ContentDescription) on registration.index with too few arguments must throw TypeError] + expected: FAIL + + [ContentIndex interface: operation add(ContentDescription)] + expected: FAIL + + [ContentIndex interface: calling delete(DOMString) on registration.index with too few arguments must throw TypeError] + expected: FAIL + + [Stringification of registration.index] + expected: FAIL + + [ContentIndex interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [ContentIndex interface: registration.index must inherit property "add(ContentDescription)" with the proper type] + expected: FAIL + + [ContentIndex must be primary interface of registration.index] + expected: FAIL + + [ContentIndex interface object length] + expected: FAIL + + [idl_test setup] + expected: + if (os == "win") and not debug: [PASS, TIMEOUT] + if (os == "win") and debug and swgl: [PASS, TIMEOUT] |