From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../meta/css/css-parser-api/__dir__.ini | 1 + .../meta/css/css-parser-api/idlharness.html.ini | 199 +++++++++++++++++++++ 2 files changed, 200 insertions(+) create mode 100644 testing/web-platform/meta/css/css-parser-api/__dir__.ini create mode 100644 testing/web-platform/meta/css/css-parser-api/idlharness.html.ini (limited to 'testing/web-platform/meta/css/css-parser-api') diff --git a/testing/web-platform/meta/css/css-parser-api/__dir__.ini b/testing/web-platform/meta/css/css-parser-api/__dir__.ini new file mode 100644 index 0000000000..2ef043b928 --- /dev/null +++ b/testing/web-platform/meta/css/css-parser-api/__dir__.ini @@ -0,0 +1 @@ +implementation-status: backlog diff --git a/testing/web-platform/meta/css/css-parser-api/idlharness.html.ini b/testing/web-platform/meta/css/css-parser-api/idlharness.html.ini new file mode 100644 index 0000000000..0b12f8cbc0 --- /dev/null +++ b/testing/web-platform/meta/css/css-parser-api/idlharness.html.ini @@ -0,0 +1,199 @@ +[idlharness.html] + [CSSParserRule interface: existence and properties of interface object] + expected: FAIL + + [CSSParserRule interface object length] + expected: FAIL + + [CSSParserRule interface object name] + expected: FAIL + + [CSSParserRule interface: existence and properties of interface prototype object] + expected: FAIL + + [CSSParserRule interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [CSSParserRule interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [CSSParserAtRule interface: existence and properties of interface object] + expected: FAIL + + [CSSParserAtRule interface object length] + expected: FAIL + + [CSSParserAtRule interface object name] + expected: FAIL + + [CSSParserAtRule interface: existence and properties of interface prototype object] + expected: FAIL + + [CSSParserAtRule interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [CSSParserAtRule interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [CSSParserAtRule interface: attribute name] + expected: FAIL + + [CSSParserAtRule interface: attribute prelude] + expected: FAIL + + [CSSParserAtRule interface: attribute body] + expected: FAIL + + [CSSParserAtRule interface: stringifier] + expected: FAIL + + [CSSParserQualifiedRule interface: existence and properties of interface object] + expected: FAIL + + [CSSParserQualifiedRule interface object length] + expected: FAIL + + [CSSParserQualifiedRule interface object name] + expected: FAIL + + [CSSParserQualifiedRule interface: existence and properties of interface prototype object] + expected: FAIL + + [CSSParserQualifiedRule interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [CSSParserQualifiedRule interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [CSSParserQualifiedRule interface: attribute prelude] + expected: FAIL + + [CSSParserQualifiedRule interface: attribute body] + expected: FAIL + + [CSSParserQualifiedRule interface: stringifier] + expected: FAIL + + [CSSParserDeclaration interface: existence and properties of interface object] + expected: FAIL + + [CSSParserDeclaration interface object length] + expected: FAIL + + [CSSParserDeclaration interface object name] + expected: FAIL + + [CSSParserDeclaration interface: existence and properties of interface prototype object] + expected: FAIL + + [CSSParserDeclaration interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [CSSParserDeclaration interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [CSSParserDeclaration interface: attribute name] + expected: FAIL + + [CSSParserDeclaration interface: attribute body] + expected: FAIL + + [CSSParserDeclaration interface: stringifier] + expected: FAIL + + [CSSParserValue interface: existence and properties of interface object] + expected: FAIL + + [CSSParserValue interface object length] + expected: FAIL + + [CSSParserValue interface object name] + expected: FAIL + + [CSSParserValue interface: existence and properties of interface prototype object] + expected: FAIL + + [CSSParserValue interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [CSSParserValue interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [CSSParserBlock interface: existence and properties of interface object] + expected: FAIL + + [CSSParserBlock interface object length] + expected: FAIL + + [CSSParserBlock interface object name] + expected: FAIL + + [CSSParserBlock interface: existence and properties of interface prototype object] + expected: FAIL + + [CSSParserBlock interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [CSSParserBlock interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [CSSParserBlock interface: attribute name] + expected: FAIL + + [CSSParserBlock interface: attribute body] + expected: FAIL + + [CSSParserBlock interface: stringifier] + expected: FAIL + + [CSSParserFunction interface: existence and properties of interface object] + expected: FAIL + + [CSSParserFunction interface object length] + expected: FAIL + + [CSSParserFunction interface object name] + expected: FAIL + + [CSSParserFunction interface: existence and properties of interface prototype object] + expected: FAIL + + [CSSParserFunction interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [CSSParserFunction interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [CSSParserFunction interface: attribute name] + expected: FAIL + + [CSSParserFunction interface: attribute args] + expected: FAIL + + [CSSParserFunction interface: stringifier] + expected: FAIL + + [CSS namespace: operation parseValueList(DOMString)] + expected: FAIL + + [CSS namespace: operation parseCommaValueList(DOMString)] + expected: FAIL + + [CSS namespace: operation parseValue(DOMString)] + expected: FAIL + + [CSS namespace: operation parseStylesheet(CSSStringSource, optional CSSParserOptions)] + expected: FAIL + + [CSS namespace: operation parseRuleList(CSSStringSource, optional CSSParserOptions)] + expected: FAIL + + [CSS namespace: operation parseRule(CSSStringSource, optional CSSParserOptions)] + expected: FAIL + + [CSS namespace: operation parseDeclarationList(CSSStringSource, optional CSSParserOptions)] + expected: FAIL + + [CSS namespace: operation parseDeclaration(DOMString, optional CSSParserOptions)] + expected: FAIL + -- cgit v1.2.3