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 --- .../animations/hyphen-no-interpolation.html.ini | 42 ++++++++++++++++++++++ .../letter-spacing-percent-001.html.ini | 2 ++ .../parsing/letter-spacing-computed.html.ini | 11 ++++++ .../css-text/parsing/letter-spacing-valid.html.ini | 11 ++++++ .../css-text/parsing/word-spacing-invalid.html.ini | 5 --- .../text-align-last-interpolation.html.ini | 42 ++++++++++++++++++++++ .../text-spacing-trim-span-001.html.ini | 35 ++++++++++++++++++ .../word-spacing/word-spacing-002.html.ini | 2 ++ .../word-spacing/word-spacing-percent-001.html.ini | 2 ++ 9 files changed, 147 insertions(+), 5 deletions(-) create mode 100644 testing/web-platform/meta/css/css-text/letter-spacing/letter-spacing-percent-001.html.ini delete mode 100644 testing/web-platform/meta/css/css-text/parsing/word-spacing-invalid.html.ini create mode 100644 testing/web-platform/meta/css/css-text/text-spacing-trim/text-spacing-trim-span-001.html.ini create mode 100644 testing/web-platform/meta/css/css-text/word-spacing/word-spacing-002.html.ini create mode 100644 testing/web-platform/meta/css/css-text/word-spacing/word-spacing-percent-001.html.ini (limited to 'testing/web-platform/meta/css/css-text') diff --git a/testing/web-platform/meta/css/css-text/animations/hyphen-no-interpolation.html.ini b/testing/web-platform/meta/css/css-text/animations/hyphen-no-interpolation.html.ini index 2457baca5f..79124ce82b 100644 --- a/testing/web-platform/meta/css/css-text/animations/hyphen-no-interpolation.html.ini +++ b/testing/web-platform/meta/css/css-text/animations/hyphen-no-interpolation.html.ini @@ -82,3 +82,45 @@ [CSS Transitions: property from [initial\] to [10\] at (0.3) should be [10\]] expected: FAIL + + [CSS Transitions with transition-behavior:allow-discrete: property from [initial\] to [10\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions with transition-behavior:allow-discrete: property from [initial\] to [10\] at (0) should be [initial\]] + expected: FAIL + + [CSS Transitions with transition-behavior:allow-discrete: property from [initial\] to [10\] at (0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions with transition-behavior:allow-discrete: property from [initial\] to [10\] at (0.5) should be [10\]] + expected: FAIL + + [CSS Transitions with transition-behavior:allow-discrete: property from [initial\] to [10\] at (0.6) should be [10\]] + expected: FAIL + + [CSS Transitions with transition-behavior:allow-discrete: property from [initial\] to [10\] at (1) should be [10\]] + expected: FAIL + + [CSS Transitions with transition-behavior:allow-discrete: property from [initial\] to [10\] at (1.5) should be [10\]] + expected: FAIL + + [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [initial\] to [10\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [initial\] to [10\] at (0) should be [initial\]] + expected: FAIL + + [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [initial\] to [10\] at (0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [initial\] to [10\] at (0.5) should be [10\]] + expected: FAIL + + [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [initial\] to [10\] at (0.6) should be [10\]] + expected: FAIL + + [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [initial\] to [10\] at (1) should be [10\]] + expected: FAIL + + [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [initial\] to [10\] at (1.5) should be [10\]] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-text/letter-spacing/letter-spacing-percent-001.html.ini b/testing/web-platform/meta/css/css-text/letter-spacing/letter-spacing-percent-001.html.ini new file mode 100644 index 0000000000..90c80182ad --- /dev/null +++ b/testing/web-platform/meta/css/css-text/letter-spacing/letter-spacing-percent-001.html.ini @@ -0,0 +1,2 @@ +[letter-spacing-percent-001.html] + expected: FAIL 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 diff --git a/testing/web-platform/meta/css/css-text/text-align/text-align-last-interpolation.html.ini b/testing/web-platform/meta/css/css-text/text-align/text-align-last-interpolation.html.ini index 4882013e19..e538ffd721 100644 --- a/testing/web-platform/meta/css/css-text/text-align/text-align-last-interpolation.html.ini +++ b/testing/web-platform/meta/css/css-text/text-align/text-align-last-interpolation.html.ini @@ -82,3 +82,45 @@ [CSS Transitions: property from [end\] to [match-parent\] at (0.3) should be [match-parent\]] expected: FAIL + + [CSS Transitions with transition-behavior:allow-discrete: property from [end\] to [match-parent\] at (-0.3) should be [end\]] + expected: FAIL + + [CSS Transitions with transition-behavior:allow-discrete: property from [end\] to [match-parent\] at (0) should be [end\]] + expected: FAIL + + [CSS Transitions with transition-behavior:allow-discrete: property from [end\] to [match-parent\] at (0.3) should be [end\]] + expected: FAIL + + [CSS Transitions with transition-behavior:allow-discrete: property from [end\] to [match-parent\] at (0.5) should be [match-parent\]] + expected: FAIL + + [CSS Transitions with transition-behavior:allow-discrete: property from [end\] to [match-parent\] at (0.6) should be [match-parent\]] + expected: FAIL + + [CSS Transitions with transition-behavior:allow-discrete: property from [end\] to [match-parent\] at (1) should be [match-parent\]] + expected: FAIL + + [CSS Transitions with transition-behavior:allow-discrete: property from [end\] to [match-parent\] at (1.5) should be [match-parent\]] + expected: FAIL + + [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [end\] to [match-parent\] at (-0.3) should be [end\]] + expected: FAIL + + [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [end\] to [match-parent\] at (0) should be [end\]] + expected: FAIL + + [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [end\] to [match-parent\] at (0.3) should be [end\]] + expected: FAIL + + [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [end\] to [match-parent\] at (0.5) should be [match-parent\]] + expected: FAIL + + [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [end\] to [match-parent\] at (0.6) should be [match-parent\]] + expected: FAIL + + [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [end\] to [match-parent\] at (1) should be [match-parent\]] + expected: FAIL + + [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property from [end\] to [match-parent\] at (1.5) should be [match-parent\]] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-text/text-spacing-trim/text-spacing-trim-span-001.html.ini b/testing/web-platform/meta/css/css-text/text-spacing-trim/text-spacing-trim-span-001.html.ini new file mode 100644 index 0000000000..78b84425d8 --- /dev/null +++ b/testing/web-platform/meta/css/css-text/text-spacing-trim/text-spacing-trim-span-001.html.ini @@ -0,0 +1,35 @@ +[text-spacing-trim-span-001.html?class=trim-start,chws,vrl] + expected: FAIL + +[text-spacing-trim-span-001.html?class=halt,htb] + expected: FAIL + +[text-spacing-trim-span-001.html?class=trim-start,chws,htb] + expected: FAIL + +[text-spacing-trim-span-001.html?class=trim-start,halt,vrl] + expected: FAIL + +[text-spacing-trim-span-001.html?class=chws,vrl] + expected: FAIL + +[text-spacing-trim-span-001.html?class=space-first,chws,htb] + expected: FAIL + +[text-spacing-trim-span-001.html?class=chws,htb] + expected: FAIL + +[text-spacing-trim-span-001.html?class=space-first,halt,htb] + expected: FAIL + +[text-spacing-trim-span-001.html?class=trim-start,halt,htb] + expected: FAIL + +[text-spacing-trim-span-001.html?class=space-first,chws,vrl] + expected: FAIL + +[text-spacing-trim-span-001.html?class=halt,vrl] + expected: FAIL + +[text-spacing-trim-span-001.html?class=space-first,halt,vrl] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-text/word-spacing/word-spacing-002.html.ini b/testing/web-platform/meta/css/css-text/word-spacing/word-spacing-002.html.ini new file mode 100644 index 0000000000..8c45b2ab5e --- /dev/null +++ b/testing/web-platform/meta/css/css-text/word-spacing/word-spacing-002.html.ini @@ -0,0 +1,2 @@ +[word-spacing-002.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-text/word-spacing/word-spacing-percent-001.html.ini b/testing/web-platform/meta/css/css-text/word-spacing/word-spacing-percent-001.html.ini new file mode 100644 index 0000000000..5ab4d45dd9 --- /dev/null +++ b/testing/web-platform/meta/css/css-text/word-spacing/word-spacing-percent-001.html.ini @@ -0,0 +1,2 @@ +[word-spacing-percent-001.html] + expected: FAIL -- cgit v1.2.3