diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
commit | 40a355a42d4a9444dc753c04c6608dade2f06a23 (patch) | |
tree | 871fc667d2de662f171103ce5ec067014ef85e61 /testing/web-platform/meta/css/css-text/parsing | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-40a355a42d4a9444dc753c04c6608dade2f06a23.tar.xz firefox-40a355a42d4a9444dc753c04c6608dade2f06a23.zip |
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/css/css-text/parsing')
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 |