diff --git a/testing/web-platform/meta/css/css-font-loading/fontface-override-descriptor-getter-setter.sub.html.ini b/testing/web-platform/meta/css/css-font-loading/fontface-override-descriptor-getter-setter.sub.html.ini index eba52c2b7da6..4fb6d61c711e 100644 --- a/testing/web-platform/meta/css/css-font-loading/fontface-override-descriptor-getter-setter.sub.html.ini +++ b/testing/web-platform/meta/css/css-font-loading/fontface-override-descriptor-getter-setter.sub.html.ini @@ -2,13 +2,19 @@ expected: if os == "win": ["TIMEOUT", "OK"] [Initialize lineGapOverride with 'normal' should succeed] - expected: FAIL + expected: + if (os == "android"): PASS + FAIL [Initial value of lineGapOverride should be 'normal'] - expected: FAIL + expected: + if (os == "android"): PASS + FAIL [Initialize ascentOverride with a non-percentage should fail] - expected: FAIL + expected: + if (os == "android"): PASS + FAIL [Initialize lineGapOverride with a negative percentage should fail] expected: @@ -21,16 +27,23 @@ if (os == "win") and debug and webrender and not swgl: ["NOTRUN", "FAIL", "TIMEOUT"] if (os == "win") and debug and webrender and swgl: ["NOTRUN", "FAIL", "TIMEOUT"] if (os == "win") and not debug and fission: ["TIMEOUT", "FAIL", "NOTRUN"] + if (os == "android"): PASS FAIL [Initialize lineGapOverride with a percentage should succeed] - expected: FAIL + expected: + if (os == "android"): PASS + FAIL [Initial value of descentOverride should be 'normal'] - expected: FAIL + expected: + if (os == "android"): PASS + FAIL [Initialize descentOverride with a percentage should succeed] - expected: FAIL + expected: + if (os == "android"): PASS + FAIL [Initialize descentOverride with a non-percentage should fail] expected: @@ -43,6 +56,7 @@ if (os == "win") and debug and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT", "NOTRUN"] if (os == "win") and debug and not webrender and (processor == "x86"): ["FAIL", "TIMEOUT"] if (os == "win") and not debug and fission: ["FAIL", "TIMEOUT"] + if (os == "android"): PASS FAIL [Initialize descentOverride with a negative percentage should fail] @@ -51,28 +65,43 @@ if (os == "win") and debug and (processor == "x86_64") and webrender and swgl: ["FAIL", "TIMEOUT"] if (os == "win") and debug and (processor == "x86_64") and webrender and not swgl: ["TIMEOUT", "FAIL"] if (os == "win") and debug and (processor == "x86_64") and not webrender: ["FAIL", "TIMEOUT"] + if (os == "android"): PASS FAIL [Initialize descentOverride with 'normal' should succeed] - expected: FAIL + expected: + if (os == "android"): PASS + FAIL [Initial value of ascentOverride should be 'normal'] - expected: FAIL + expected: + if (os == "android"): PASS + FAIL [Initialize ascentOverride with 'normal' should succeed] - expected: FAIL + expected: + if (os == "android"): PASS + FAIL [Initialize ascentOverride with a negative percentage should fail] - expected: FAIL + expected: + if (os == "android"): PASS + FAIL [Changing lineGapOverride to invalid value should fail] - expected: FAIL + expected: + if (os == "android"): PASS + FAIL [Changing ascentOverride to invalid value should fail] - expected: FAIL + expected: + if (os == "android"): PASS + FAIL [Changing descentOverride to invalid value should fail] - expected: FAIL + expected: + if (os == "android"): PASS + FAIL [Initialize lineGapOverride with a non-percentage should fail] expected: @@ -81,8 +110,11 @@ if (os == "win") and debug and webrender and swgl: ["NOTRUN", "PASS", "FAIL", "TIMEOUT"] if (os == "win") and debug and webrender and not swgl: ["NOTRUN", "PASS", "FAIL", "TIMEOUT"] if (os == "win") and not debug: ["NOTRUN", "PASS", "FAIL", "TIMEOUT"] + if (os == "android"): PASS FAIL [Initialize ascentOverride with a percentage should succeed] - expected: FAIL + expected: + if (os == "android"): PASS + FAIL 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 index 41cecb407ea2..e0f726d2c6aa 100644 --- 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 @@ -11,20 +11,32 @@ if (processor == "x86") and (os == "win"): FAIL [FontFace interface: fontFace must inherit property "descentOverride" with the proper type] - expected: FAIL + expected: + if (os == "android"): PASS + FAIL [FontFace interface: attribute descentOverride] - expected: FAIL + expected: + if (os == "android"): PASS + FAIL [FontFace interface: fontFace must inherit property "lineGapOverride" with the proper type] - expected: FAIL + expected: + if (os == "android"): PASS + FAIL [FontFace interface: attribute ascentOverride] - expected: FAIL + expected: + if (os == "android"): PASS + FAIL [FontFace interface: attribute lineGapOverride] - expected: FAIL + expected: + if (os == "android"): PASS + FAIL [FontFace interface: fontFace must inherit property "ascentOverride" with the proper type] - expected: FAIL + expected: + if (os == "android"): PASS + FAIL