From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../css/css-text/parsing/letter-spacing-computed.html.ini | 11 +++++++++++ .../meta/css/css-text/parsing/letter-spacing-valid.html.ini | 11 +++++++++++ .../meta/css/css-text/parsing/word-spacing-invalid.html.ini | 5 ----- 3 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 testing/web-platform/meta/css/css-text/parsing/word-spacing-invalid.html.ini (limited to 'testing/web-platform/meta/css/css-text/parsing') 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 -- cgit v1.2.3