diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
commit | 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch) | |
tree | a31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /testing/web-platform/meta/css/css-font-loading/idlharness.https.html.ini | |
parent | Initial commit. (diff) | |
download | firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip |
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/css/css-font-loading/idlharness.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-font-loading/idlharness.https.html.ini | 153 |
1 files changed, 153 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-font-loading/idlharness.https.html.ini b/testing/web-platform/meta/css/css-font-loading/idlharness.https.html.ini new file mode 100644 index 0000000000..d5138a00a0 --- /dev/null +++ b/testing/web-platform/meta/css/css-font-loading/idlharness.https.html.ini @@ -0,0 +1,153 @@ +[idlharness.https.html] + prefs: [layout.css.font-metrics-overrides.enabled:true] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [FontFaceSet interface object length] + expected: FAIL + + [FontFace interface: attribute features] + expected: FAIL + + [FontFace interface: attribute variations] + expected: FAIL + + [FontFace interface: attribute palettes] + expected: FAIL + + [FontFace interface: fontFace must inherit property "features" with the proper type] + expected: FAIL + + [FontFace interface: fontFace must inherit property "variations" with the proper type] + expected: FAIL + + [FontFace interface: fontFace must inherit property "palettes" with the proper type] + expected: FAIL + + [FontFaceFeatures interface: existence and properties of interface object] + expected: FAIL + + [FontFaceFeatures interface object length] + expected: FAIL + + [FontFaceFeatures interface object name] + expected: FAIL + + [FontFaceFeatures interface: existence and properties of interface prototype object] + expected: FAIL + + [FontFaceFeatures interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [FontFaceFeatures interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [FontFaceVariationAxis interface: existence and properties of interface object] + expected: FAIL + + [FontFaceVariationAxis interface object length] + expected: FAIL + + [FontFaceVariationAxis interface object name] + expected: FAIL + + [FontFaceVariationAxis interface: existence and properties of interface prototype object] + expected: FAIL + + [FontFaceVariationAxis interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [FontFaceVariationAxis interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [FontFaceVariationAxis interface: attribute name] + expected: FAIL + + [FontFaceVariationAxis interface: attribute axisTag] + expected: FAIL + + [FontFaceVariationAxis interface: attribute minimumValue] + expected: FAIL + + [FontFaceVariationAxis interface: attribute maximumValue] + expected: FAIL + + [FontFaceVariationAxis interface: attribute defaultValue] + expected: FAIL + + [FontFaceVariations interface: existence and properties of interface object] + expected: FAIL + + [FontFaceVariations interface object length] + expected: FAIL + + [FontFaceVariations interface object name] + expected: FAIL + + [FontFaceVariations interface: existence and properties of interface prototype object] + expected: FAIL + + [FontFaceVariations interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [FontFaceVariations interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [FontFacePalette interface: existence and properties of interface object] + expected: FAIL + + [FontFacePalette interface object length] + expected: FAIL + + [FontFacePalette interface object name] + expected: FAIL + + [FontFacePalette interface: existence and properties of interface prototype object] + expected: FAIL + + [FontFacePalette interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [FontFacePalette interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [FontFacePalette interface: iterable<DOMString>] + expected: FAIL + + [FontFacePalette interface: attribute length] + expected: FAIL + + [FontFacePalette interface: attribute usableWithLightBackground] + expected: FAIL + + [FontFacePalette interface: attribute usableWithDarkBackground] + expected: FAIL + + [FontFacePalettes interface: existence and properties of interface object] + expected: FAIL + + [FontFacePalettes interface object length] + expected: FAIL + + [FontFacePalettes interface object name] + expected: FAIL + + [FontFacePalettes interface: existence and properties of interface prototype object] + expected: FAIL + + [FontFacePalettes interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [FontFacePalettes interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [FontFacePalettes interface: iterable<FontFacePalette>] + expected: FAIL + + [FontFacePalettes interface: attribute length] + expected: FAIL + + [FontFaceVariations interface: setlike<FontFaceVariationAxis>] + expected: FAIL + + [FontFaceSet interface: setlike<FontFace>] + expected: FAIL |