diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /testing/web-platform/meta/css/css-parser-api | |
parent | Initial commit. (diff) | |
download | thunderbird-upstream.tar.xz thunderbird-upstream.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/css/css-parser-api')
-rw-r--r-- | testing/web-platform/meta/css/css-parser-api/__dir__.ini | 1 | ||||
-rw-r--r-- | testing/web-platform/meta/css/css-parser-api/idlharness.html.ini | 199 |
2 files changed, 200 insertions, 0 deletions
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 + |