From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../meta/url/idlharness-shadowrealm.window.js.ini | 106 +++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 testing/web-platform/meta/url/idlharness-shadowrealm.window.js.ini (limited to 'testing/web-platform/meta/url/idlharness-shadowrealm.window.js.ini') diff --git a/testing/web-platform/meta/url/idlharness-shadowrealm.window.js.ini b/testing/web-platform/meta/url/idlharness-shadowrealm.window.js.ini new file mode 100644 index 0000000000..518e9effb7 --- /dev/null +++ b/testing/web-platform/meta/url/idlharness-shadowrealm.window.js.ini @@ -0,0 +1,106 @@ +[idlharness-shadowrealm.window.html] + prefs: [javascript.options.experimental.shadow_realms:true] + [URL interface: existence and properties of interface object] + expected: FAIL + + [URL interface object length] + expected: FAIL + + [URL interface object name] + expected: FAIL + + [URL interface: existence and properties of interface prototype object] + expected: FAIL + + [URL interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [URL interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [URL interface: attribute href] + expected: FAIL + + [URL interface: stringifier] + expected: FAIL + + [URL interface: attribute origin] + expected: FAIL + + [URL interface: attribute protocol] + expected: FAIL + + [URL interface: attribute username] + expected: FAIL + + [URL interface: attribute password] + expected: FAIL + + [URL interface: attribute host] + expected: FAIL + + [URL interface: attribute hostname] + expected: FAIL + + [URL interface: attribute port] + expected: FAIL + + [URL interface: attribute pathname] + expected: FAIL + + [URL interface: attribute search] + expected: FAIL + + [URL interface: attribute searchParams] + expected: FAIL + + [URL interface: attribute hash] + expected: FAIL + + [URL interface: operation toJSON()] + expected: FAIL + + [URLSearchParams interface: existence and properties of interface object] + expected: FAIL + + [URLSearchParams interface object length] + expected: FAIL + + [URLSearchParams interface object name] + expected: FAIL + + [URLSearchParams interface: existence and properties of interface prototype object] + expected: FAIL + + [URLSearchParams interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [URLSearchParams interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [URLSearchParams interface: operation append(USVString, USVString)] + expected: FAIL + + [URLSearchParams interface: operation delete(USVString)] + expected: FAIL + + [URLSearchParams interface: operation get(USVString)] + expected: FAIL + + [URLSearchParams interface: operation getAll(USVString)] + expected: FAIL + + [URLSearchParams interface: operation has(USVString)] + expected: FAIL + + [URLSearchParams interface: operation set(USVString, USVString)] + expected: FAIL + + [URLSearchParams interface: operation sort()] + expected: FAIL + + [URLSearchParams interface: iterable] + expected: FAIL + + [URLSearchParams interface: stringifier] + expected: FAIL -- cgit v1.2.3