summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-text/parsing/letter-spacing-computed.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/css/css-text/parsing/letter-spacing-computed.html.ini')
-rw-r--r--testing/web-platform/meta/css/css-text/parsing/letter-spacing-computed.html.ini11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-text/parsing/letter-spacing-computed.html.ini b/testing/web-platform/meta/css/css-text/parsing/letter-spacing-computed.html.ini
index 9c007b5b2d..fdfa881b6a 100644
--- a/testing/web-platform/meta/css/css-text/parsing/letter-spacing-computed.html.ini
+++ b/testing/web-platform/meta/css/css-text/parsing/letter-spacing-computed.html.ini
@@ -1,3 +1,14 @@
[letter-spacing-computed.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
+ [Property letter-spacing value '110%']
+ expected: FAIL
+
+ [Property letter-spacing value '-5%']
+ expected: FAIL
+
+ [Property letter-spacing value 'calc(10% - 20%)']
+ expected: FAIL
+
+ [Property letter-spacing value 'calc(10px - (5% + 10%)']
+ expected: FAIL