summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-text/parsing
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
commitfbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch)
tree4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /testing/web-platform/meta/css/css-text/parsing
parentReleasing progress-linux version 124.0.1-1~progress7.99u1. (diff)
downloadfirefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz
firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/css/css-text/parsing')
-rw-r--r--testing/web-platform/meta/css/css-text/parsing/letter-spacing-computed.html.ini11
-rw-r--r--testing/web-platform/meta/css/css-text/parsing/letter-spacing-valid.html.ini11
-rw-r--r--testing/web-platform/meta/css/css-text/parsing/word-spacing-invalid.html.ini5
3 files changed, 22 insertions, 5 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
diff --git a/testing/web-platform/meta/css/css-text/parsing/letter-spacing-valid.html.ini b/testing/web-platform/meta/css/css-text/parsing/letter-spacing-valid.html.ini
index 5af774d808..e411bb4a16 100644
--- a/testing/web-platform/meta/css/css-text/parsing/letter-spacing-valid.html.ini
+++ b/testing/web-platform/meta/css/css-text/parsing/letter-spacing-valid.html.ini
@@ -1,3 +1,14 @@
[letter-spacing-valid.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
+ [e.style['letter-spacing'\] = "120%" should set the property value]
+ expected: FAIL
+
+ [e.style['letter-spacing'\] = "-10%" should set the property value]
+ expected: FAIL
+
+ [e.style['letter-spacing'\] = "calc(2ch - 30%)" should set the property value]
+ expected: FAIL
+
+ [e.style['letter-spacing'\] = "calc(40% + 50px)" should set the property value]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-text/parsing/word-spacing-invalid.html.ini b/testing/web-platform/meta/css/css-text/parsing/word-spacing-invalid.html.ini
deleted file mode 100644
index f704e59af3..0000000000
--- a/testing/web-platform/meta/css/css-text/parsing/word-spacing-invalid.html.ini
+++ /dev/null
@@ -1,5 +0,0 @@
-[word-spacing-invalid.html]
- expected:
- if (os == "android") and fission: [OK, TIMEOUT]
- [e.style['word-spacing'\] = "20%" should not set the property value]
- expected: FAIL