diff options
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 |