diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:14:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:14:29 +0000 |
commit | fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch) | |
tree | 4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /testing/web-platform/meta/css/css-inline | |
parent | Releasing progress-linux version 124.0.1-1~progress7.99u1. (diff) | |
download | firefox-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-inline')
3 files changed, 102 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-inline/animation/alignment-baseline-no-interpolation.html.ini b/testing/web-platform/meta/css/css-inline/animation/alignment-baseline-no-interpolation.html.ini index 461674f296..00bbf4c143 100644 --- a/testing/web-platform/meta/css/css-inline/animation/alignment-baseline-no-interpolation.html.ini +++ b/testing/web-platform/meta/css/css-inline/animation/alignment-baseline-no-interpolation.html.ini @@ -82,3 +82,45 @@ [CSS Transitions: property <alignment-baseline> from [initial\] to [central\] at (0.3) should be [central\]] expected: FAIL + + [CSS Transitions with transition-behavior:allow-discrete: property <alignment-baseline> from [initial\] to [central\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions with transition-behavior:allow-discrete: property <alignment-baseline> from [initial\] to [central\] at (0) should be [initial\]] + expected: FAIL + + [CSS Transitions with transition-behavior:allow-discrete: property <alignment-baseline> from [initial\] to [central\] at (0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions with transition-behavior:allow-discrete: property <alignment-baseline> from [initial\] to [central\] at (0.5) should be [central\]] + expected: FAIL + + [CSS Transitions with transition-behavior:allow-discrete: property <alignment-baseline> from [initial\] to [central\] at (0.6) should be [central\]] + expected: FAIL + + [CSS Transitions with transition-behavior:allow-discrete: property <alignment-baseline> from [initial\] to [central\] at (1) should be [central\]] + expected: FAIL + + [CSS Transitions with transition-behavior:allow-discrete: property <alignment-baseline> from [initial\] to [central\] at (1.5) should be [central\]] + expected: FAIL + + [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <alignment-baseline> from [initial\] to [central\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <alignment-baseline> from [initial\] to [central\] at (0) should be [initial\]] + expected: FAIL + + [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <alignment-baseline> from [initial\] to [central\] at (0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <alignment-baseline> from [initial\] to [central\] at (0.5) should be [central\]] + expected: FAIL + + [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <alignment-baseline> from [initial\] to [central\] at (0.6) should be [central\]] + expected: FAIL + + [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <alignment-baseline> from [initial\] to [central\] at (1) should be [central\]] + expected: FAIL + + [CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <alignment-baseline> from [initial\] to [central\] at (1.5) should be [central\]] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-inline/text-box-trim/text-box-edge-computed.html.ini b/testing/web-platform/meta/css/css-inline/text-box-trim/text-box-edge-computed.html.ini new file mode 100644 index 0000000000..00a3ecf865 --- /dev/null +++ b/testing/web-platform/meta/css/css-inline/text-box-trim/text-box-edge-computed.html.ini @@ -0,0 +1,30 @@ +[text-box-edge-computed.html] + [Property text-box-edge value 'leading'] + expected: FAIL + + [Property text-box-edge value 'text'] + expected: FAIL + + [Property text-box-edge value 'ex'] + expected: FAIL + + [Property text-box-edge value 'cap'] + expected: FAIL + + [Property text-box-edge value 'text alphabetic'] + expected: FAIL + + [Property text-box-edge value 'text text'] + expected: FAIL + + [Property text-box-edge value 'cap alphabetic'] + expected: FAIL + + [Property text-box-edge value 'cap text'] + expected: FAIL + + [Property text-box-edge value 'ex alphabetic'] + expected: FAIL + + [Property text-box-edge value 'ex text'] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-inline/text-box-trim/text-box-edge-valid.html.ini b/testing/web-platform/meta/css/css-inline/text-box-trim/text-box-edge-valid.html.ini new file mode 100644 index 0000000000..258aa6cfa9 --- /dev/null +++ b/testing/web-platform/meta/css/css-inline/text-box-trim/text-box-edge-valid.html.ini @@ -0,0 +1,30 @@ +[text-box-edge-valid.html] + [e.style['text-box-edge'\] = "leading" should set the property value] + expected: FAIL + + [e.style['text-box-edge'\] = "text" should set the property value] + expected: FAIL + + [e.style['text-box-edge'\] = "ex" should set the property value] + expected: FAIL + + [e.style['text-box-edge'\] = "cap" should set the property value] + expected: FAIL + + [e.style['text-box-edge'\] = "text alphabetic" should set the property value] + expected: FAIL + + [e.style['text-box-edge'\] = "text text" should set the property value] + expected: FAIL + + [e.style['text-box-edge'\] = "cap alphabetic" should set the property value] + expected: FAIL + + [e.style['text-box-edge'\] = "cap text" should set the property value] + expected: FAIL + + [e.style['text-box-edge'\] = "ex alphabetic" should set the property value] + expected: FAIL + + [e.style['text-box-edge'\] = "ex text" should set the property value] + expected: FAIL |