diff options
author | Servo WPT Sync <32481905+servo-wpt-sync@users.noreply.github.com> | 2025-01-05 02:59:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-05 01:59:46 +0000 |
commit | 15eb405f36bc714a8644fb0b1e4a502ebaa7d76e (patch) | |
tree | f5ac81e5af439bd1ead415530d63a7dc9b0f1529 /tests/wpt/meta/css | |
parent | d1de3cc407722751cca0773eb64252add193699e (diff) | |
download | servo-15eb405f36bc714a8644fb0b1e4a502ebaa7d76e.tar.gz servo-15eb405f36bc714a8644fb0b1e4a502ebaa7d76e.zip |
Update web-platform-tests to revision b'c72ee0c082d350b8b44f7a6bac1f028752b13527' (#34837)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
Diffstat (limited to 'tests/wpt/meta/css')
20 files changed, 142 insertions, 0 deletions
diff --git a/tests/wpt/meta/css/css-align/blocks/align-content-block-012.html.ini b/tests/wpt/meta/css/css-align/blocks/align-content-block-012.html.ini new file mode 100644 index 00000000000..610fcf59e5d --- /dev/null +++ b/tests/wpt/meta/css/css-align/blocks/align-content-block-012.html.ini @@ -0,0 +1,2 @@ +[align-content-block-012.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/background-clip/clip-border-area-on-body-not-propagated-to-root.html.ini b/tests/wpt/meta/css/css-backgrounds/background-clip/clip-border-area-on-body-not-propagated-to-root.html.ini new file mode 100644 index 00000000000..701b649b5dd --- /dev/null +++ b/tests/wpt/meta/css/css-backgrounds/background-clip/clip-border-area-on-body-not-propagated-to-root.html.ini @@ -0,0 +1,2 @@ +[clip-border-area-on-body-not-propagated-to-root.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/background-clip/clip-text-on-body-not-propagated-to-root.html.ini b/tests/wpt/meta/css/css-backgrounds/background-clip/clip-text-on-body-not-propagated-to-root.html.ini new file mode 100644 index 00000000000..3d87a4a28d5 --- /dev/null +++ b/tests/wpt/meta/css/css-backgrounds/background-clip/clip-text-on-body-not-propagated-to-root.html.ini @@ -0,0 +1,2 @@ +[clip-text-on-body-not-propagated-to-root.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-flexbox/empty-flex-box-and-margin-collapsing.html.ini b/tests/wpt/meta/css/css-flexbox/empty-flex-box-and-margin-collapsing.html.ini new file mode 100644 index 00000000000..69249f48f67 --- /dev/null +++ b/tests/wpt/meta/css/css-flexbox/empty-flex-box-and-margin-collapsing.html.ini @@ -0,0 +1,2 @@ +[empty-flex-box-and-margin-collapsing.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/animations/font-style-interpolation.html.ini b/tests/wpt/meta/css/css-fonts/animations/font-style-interpolation.html.ini index dba9bfafaf6..833bcae410d 100644 --- a/tests/wpt/meta/css/css-fonts/animations/font-style-interpolation.html.ini +++ b/tests/wpt/meta/css/css-fonts/animations/font-style-interpolation.html.ini @@ -97,3 +97,51 @@ [An interpolation to inherit updates correctly on a parent style change.] expected: FAIL + + [CSS Transitions: property <font-style> from [normal\] to [oblique 10deg\] at (0) should be [oblique 0deg\]] + expected: FAIL + + [CSS Transitions with transition: all: property <font-style> from [normal\] to [oblique 10deg\] at (0) should be [oblique 0deg\]] + expected: FAIL + + [CSS Animations: property <font-style> from [normal\] to [oblique 10deg\] at (0) should be [oblique 0deg\]] + expected: FAIL + + [Web Animations: property <font-style> from [normal\] to [oblique 10deg\] at (0) should be [oblique 0deg\]] + expected: FAIL + + [CSS Transitions: property <font-style> from [initial\] to [inherit\] at (0) should be [oblique 0deg\]] + expected: FAIL + + [CSS Transitions with transition: all: property <font-style> from [initial\] to [inherit\] at (0) should be [oblique 0deg\]] + expected: FAIL + + [CSS Animations: property <font-style> from [initial\] to [inherit\] at (0) should be [oblique 0deg\]] + expected: FAIL + + [Web Animations: property <font-style> from [initial\] to [inherit\] at (0) should be [oblique 0deg\]] + expected: FAIL + + [CSS Transitions: property <font-style> from [oblique 20deg\] to [normal\] at (1) should be [oblique 0deg\]] + expected: FAIL + + [CSS Transitions with transition: all: property <font-style> from [oblique 20deg\] to [normal\] at (1) should be [oblique 0deg\]] + expected: FAIL + + [CSS Animations: property <font-style> from [oblique 20deg\] to [normal\] at (1) should be [oblique 0deg\]] + expected: FAIL + + [Web Animations: property <font-style> from [oblique 20deg\] to [normal\] at (1) should be [oblique 0deg\]] + expected: FAIL + + [CSS Transitions: property <font-style> from [oblique -90deg\] to [oblique 90deg\] at (0.5) should be [oblique 0deg\]] + expected: FAIL + + [CSS Transitions with transition: all: property <font-style> from [oblique -90deg\] to [oblique 90deg\] at (0.5) should be [oblique 0deg\]] + expected: FAIL + + [CSS Animations: property <font-style> from [oblique -90deg\] to [oblique 90deg\] at (0.5) should be [oblique 0deg\]] + expected: FAIL + + [Web Animations: property <font-style> from [oblique -90deg\] to [oblique 90deg\] at (0.5) should be [oblique 0deg\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-size-adjust-valid.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-size-adjust-valid.html.ini index f8e4c08b6f2..2e7ee2b973d 100644 --- a/tests/wpt/meta/css/css-fonts/parsing/font-size-adjust-valid.html.ini +++ b/tests/wpt/meta/css/css-fonts/parsing/font-size-adjust-valid.html.ini @@ -37,3 +37,21 @@ [e.style['font-size-adjust'\] = "ic-height from-font" should set the property value] expected: FAIL + + [e.style['font-size-adjust'\] = "calc(0.5)" should set the property value] + expected: FAIL + + [e.style['font-size-adjust'\] = "ex-height calc(0.5)" should set the property value] + expected: FAIL + + [e.style['font-size-adjust'\] = "cap-height calc(0.5)" should set the property value] + expected: FAIL + + [e.style['font-size-adjust'\] = "cap-height calc(0.5 + 1)" should set the property value] + expected: FAIL + + [e.style['font-size-adjust'\] = "cap-height calc(-0.5)" should set the property value] + expected: FAIL + + [e.style['font-size-adjust'\] = "cap-height calc(10 + (sign(20cqw - 10px) * 5))" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-stretch-computed.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-stretch-computed.html.ini new file mode 100644 index 00000000000..1e985cb770a --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-stretch-computed.html.ini @@ -0,0 +1,3 @@ +[font-stretch-computed.html] + [Property font-stretch value 'calc(100% + (sign(20cqw - 10px) * 5%))'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-stretch-valid.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-stretch-valid.html.ini new file mode 100644 index 00000000000..8d0d3962761 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-stretch-valid.html.ini @@ -0,0 +1,3 @@ +[font-stretch-valid.html] + [e.style['font-stretch'\] = "calc(100% + (sign(20cqw - 10px) * 5%))" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-style-computed.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-style-computed.html.ini new file mode 100644 index 00000000000..161a55b8912 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-style-computed.html.ini @@ -0,0 +1,3 @@ +[font-style-computed.html] + [Property font-style value 'oblique calc(30deg + (sign(20cqw - 10px) * 5deg))'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-style-valid.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-style-valid.html.ini new file mode 100644 index 00000000000..30877373762 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-style-valid.html.ini @@ -0,0 +1,3 @@ +[font-style-valid.html] + [e.style['font-style'\] = "oblique calc(30deg + (sign(2cqw - 10px) * 5deg))" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-weight-computed.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-weight-computed.html.ini new file mode 100644 index 00000000000..6a48bb48b49 --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-weight-computed.html.ini @@ -0,0 +1,3 @@ +[font-weight-computed.html] + [Property font-weight value 'calc(100 + (sign(20cqw - 10px) * 5))'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/parsing/font-weight-valid.html.ini b/tests/wpt/meta/css/css-fonts/parsing/font-weight-valid.html.ini new file mode 100644 index 00000000000..63edb8c3fef --- /dev/null +++ b/tests/wpt/meta/css/css-fonts/parsing/font-weight-valid.html.ini @@ -0,0 +1,3 @@ +[font-weight-valid.html] + [e.style['font-weight'\] = "calc(100 + (sign(20cqw - 10px) * 5))" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-lists/parsing/counter-increment-valid.html.ini b/tests/wpt/meta/css/css-lists/parsing/counter-increment-valid.html.ini index fc48d99c301..eedd308ee47 100644 --- a/tests/wpt/meta/css/css-lists/parsing/counter-increment-valid.html.ini +++ b/tests/wpt/meta/css/css-lists/parsing/counter-increment-valid.html.ini @@ -10,3 +10,12 @@ [e.style['counter-increment'\] = "first -1 second third 99" should set the property value] expected: FAIL + + [e.style['counter-increment'\] = "section calc(1)" should set the property value] + expected: FAIL + + [e.style['counter-increment'\] = "section calc(-2.5)" should set the property value] + expected: FAIL + + [e.style['counter-increment'\] = "section calc(10 + (5 * sign(2cqw - 10px)))" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-lists/parsing/counter-reset-valid.html.ini b/tests/wpt/meta/css/css-lists/parsing/counter-reset-valid.html.ini index 607d92471bc..7756183274d 100644 --- a/tests/wpt/meta/css/css-lists/parsing/counter-reset-valid.html.ini +++ b/tests/wpt/meta/css/css-lists/parsing/counter-reset-valid.html.ini @@ -28,3 +28,12 @@ [e.style['counter-reset'\] = "reversed(first) -1 reversed(second) third 99" should set the property value] expected: FAIL + + [e.style['counter-reset'\] = "section calc(1)" should set the property value] + expected: FAIL + + [e.style['counter-reset'\] = "section calc(-2.5)" should set the property value] + expected: FAIL + + [e.style['counter-reset'\] = "section calc(10 + (5 * sign(2cqw - 10px)))" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-lists/parsing/counter-set-valid.html.ini b/tests/wpt/meta/css/css-lists/parsing/counter-set-valid.html.ini index ef1547ada36..430cd2c3cae 100644 --- a/tests/wpt/meta/css/css-lists/parsing/counter-set-valid.html.ini +++ b/tests/wpt/meta/css/css-lists/parsing/counter-set-valid.html.ini @@ -10,3 +10,12 @@ [e.style['counter-set'\] = "first -1 second third 99" should set the property value] expected: FAIL + + [e.style['counter-set'\] = "section calc(1)" should set the property value] + expected: FAIL + + [e.style['counter-set'\] = "section calc(-2.5)" should set the property value] + expected: FAIL + + [e.style['counter-set'\] = "section calc(10 + (5 * sign(2cqw - 10px)))" should set the property value] + expected: FAIL diff --git a/tests/wpt/meta/css/css-overflow/incremental-scroll-002.html.ini b/tests/wpt/meta/css/css-overflow/incremental-scroll-002.html.ini new file mode 100644 index 00000000000..b28a2bdb52c --- /dev/null +++ b/tests/wpt/meta/css/css-overflow/incremental-scroll-002.html.ini @@ -0,0 +1,2 @@ +[incremental-scroll-002.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/css/css-overflow/line-clamp/line-clamp-content-height-with-dynamic-change.html.ini b/tests/wpt/meta/css/css-overflow/line-clamp/line-clamp-content-height-with-dynamic-change.html.ini new file mode 100644 index 00000000000..7b2adb99bd6 --- /dev/null +++ b/tests/wpt/meta/css/css-overflow/line-clamp/line-clamp-content-height-with-dynamic-change.html.ini @@ -0,0 +1,2 @@ +[line-clamp-content-height-with-dynamic-change.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-overflow/scrollbar-gutter-root-both-edges.html.ini b/tests/wpt/meta/css/css-overflow/scrollbar-gutter-root-both-edges.html.ini new file mode 100644 index 00000000000..6036be2a728 --- /dev/null +++ b/tests/wpt/meta/css/css-overflow/scrollbar-gutter-root-both-edges.html.ini @@ -0,0 +1,2 @@ +[scrollbar-gutter-root-both-edges.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-text/line-breaking/segment-break-transformation-punctuation-001.html.ini b/tests/wpt/meta/css/css-text/line-breaking/segment-break-transformation-punctuation-001.html.ini new file mode 100644 index 00000000000..51a8754b1f9 --- /dev/null +++ b/tests/wpt/meta/css/css-text/line-breaking/segment-break-transformation-punctuation-001.html.ini @@ -0,0 +1,2 @@ +[segment-break-transformation-punctuation-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/attr-null-namespace.xhtml.ini b/tests/wpt/meta/css/css-values/attr-null-namespace.xhtml.ini new file mode 100644 index 00000000000..447526f993d --- /dev/null +++ b/tests/wpt/meta/css/css-values/attr-null-namespace.xhtml.ini @@ -0,0 +1,15 @@ +[attr-null-namespace.xhtml] + [Sanity check] + expected: FAIL + + [Attribute in null-namespace is substituted] + expected: FAIL + + [Fallback is taken when attribute does not exist in null-namespace] + expected: FAIL + + [Attribute in null-namespace is substituted (JS)] + expected: FAIL + + [Fallback is taken when attribute does not does exist in null-namespace (JS)] + expected: FAIL |