diff --git a/testing/web-platform/meta/wake-lock/idlharness.https.window.js.ini b/testing/web-platform/meta/wake-lock/idlharness.https.window.js.ini new file mode 100644 index 000000000000..ecd8319d72c0 --- /dev/null +++ b/testing/web-platform/meta/wake-lock/idlharness.https.window.js.ini @@ -0,0 +1,88 @@ +[idlharness.https.window.html] + [WakeLock interface: existence and properties of interface object] + expected: FAIL + + [WakeLock interface object length] + expected: FAIL + + [WakeLock interface object name] + expected: FAIL + + [WakeLock interface: existence and properties of interface prototype object] + expected: FAIL + + [WakeLock interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [WakeLock interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [WakeLock interface: attribute type] + expected: FAIL + + [WakeLock interface: attribute active] + expected: FAIL + + [WakeLock interface: attribute onactivechange] + expected: FAIL + + [WakeLock interface: operation createRequest()] + expected: FAIL + + [WakeLock must be primary interface of wakelock] + expected: FAIL + + [Stringification of wakelock] + expected: FAIL + + [WakeLock interface: wakelock must inherit property "type" with the proper type] + expected: FAIL + + [WakeLock interface: wakelock must inherit property "active" with the proper type] + expected: FAIL + + [WakeLock interface: wakelock must inherit property "onactivechange" with the proper type] + expected: FAIL + + [WakeLock interface: wakelock must inherit property "createRequest()" with the proper type] + expected: FAIL + + [WakeLockRequest interface: existence and properties of interface object] + expected: FAIL + + [WakeLockRequest interface object length] + expected: FAIL + + [WakeLockRequest interface object name] + expected: FAIL + + [WakeLockRequest interface: existence and properties of interface prototype object] + expected: FAIL + + [WakeLockRequest interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [WakeLockRequest interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [WakeLockRequest interface: operation cancel()] + expected: FAIL + + [WakeLockRequest must be primary interface of request] + expected: FAIL + + [Stringification of request] + expected: FAIL + + [WakeLockRequest interface: request must inherit property "cancel()" with the proper type] + expected: FAIL + + [Navigator interface: operation getWakeLock(WakeLockType)] + expected: FAIL + + [Navigator interface: navigator must inherit property "getWakeLock(WakeLockType)" with the proper type] + expected: FAIL + + [Navigator interface: calling getWakeLock(WakeLockType) on navigator with too few arguments must throw TypeError] + expected: FAIL + diff --git a/testing/web-platform/meta/wake-lock/interfaces.https.html.ini b/testing/web-platform/meta/wake-lock/interfaces.https.html.ini deleted file mode 100644 index ebbcdc5d5e48..000000000000 --- a/testing/web-platform/meta/wake-lock/interfaces.https.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[interfaces.https.html] - [Test IDL implementation of WakeLock API] - expected: FAIL -