mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
layout: Add initial support for clip-path: [<basic-shape> || <shape-box>]
(#33107)
* Turn on clip-path tests and add results Signed-off-by: Martin Robinson <mrobinson@igalia.com> * enhance: Add support for `clip-path: [<basic-shape> || <shape-box>]` Signed-off-by: Chocolate Pie <106949016+chocolate-pie@users.noreply.github.com> * Changes from review Signed-off-by: Martin Robinson <mrobinson@igalia.com> --------- Signed-off-by: Martin Robinson <mrobinson@igalia.com> Signed-off-by: Chocolate Pie <106949016+chocolate-pie@users.noreply.github.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
f810983fd2
commit
590527176e
56 changed files with 450 additions and 89 deletions
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-blending-offset.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-blending-offset.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-blending-offset.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-borderBox-1a.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-borderBox-1a.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-borderBox-1a.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-borderBox-1c.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-borderBox-1c.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-borderBox-1c.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[clip-path-circle-001.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[clip-path-circle-002.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[clip-path-circle-003.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[clip-path-circle-004.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[clip-path-circle-005.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[clip-path-circle-006.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[clip-path-circle-007.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[clip-path-circle-008.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-circle-closest-corner.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-circle-closest-corner.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-circle-closest-corner.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-circle-farthest-corner.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-circle-farthest-corner.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-circle-farthest-corner.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-contentBox-1a.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-contentBox-1a.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-contentBox-1a.html]
|
||||
expected: FAIL
|
|
@ -1,2 +1,2 @@
|
|||
[clip-path-descendant-text-mutated-001.html]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[clip-path-ellipse-001.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[clip-path-ellipse-002.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[clip-path-ellipse-003.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[clip-path-ellipse-004.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[clip-path-ellipse-005.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[clip-path-ellipse-006.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[clip-path-ellipse-007.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[clip-path-ellipse-008.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-ellipse-closest-farthest-corner.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-ellipse-closest-farthest-corner.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-ellipse-closest-farthest-corner.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-fillBox-1a.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-fillBox-1a.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-fillBox-1a.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[clip-path-filter-order.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[clip-path-fixed-nested.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-fixed-scroll.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-fixed-scroll.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-fixed-scroll.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-foreignobject-non-zero-xy.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-foreignobject-non-zero-xy.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-foreignobject-non-zero-xy.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-geometryBox-2.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-geometryBox-2.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-geometryBox-2.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-inline-007.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-inline-007.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-inline-007.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-mix-blend-mode-1.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-mix-blend-mode-1.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-mix-blend-mode-1.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-paddingBox-1a.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-paddingBox-1a.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-paddingBox-1a.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-paddingBox-1c.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-paddingBox-1c.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-paddingBox-1c.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-path-003.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-path-003.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-path-003.html]
|
||||
expected: FAIL
|
3
tests/wpt/meta/css/css-masking/clip-path/clip-path-path-with-zoom-hittest.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-masking/clip-path/clip-path-path-with-zoom-hittest.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[clip-path-path-with-zoom-hittest.html]
|
||||
[clip-path: path() hit-test takes zoom into account]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-path-with-zoom.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-path-with-zoom.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-path-with-zoom.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-round-zero-size.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-round-zero-size.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-round-zero-size.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-scaled-video.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-scaled-video.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-scaled-video.html]
|
||||
expected: FAIL
|
|
@ -1,2 +1,2 @@
|
|||
[clip-path-scroll.html]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-shape-005.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-shape-005.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-shape-005.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-shape-006.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-shape-006.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-shape-006.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-shape-foreignobject-non-zero-xy.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-shape-foreignobject-non-zero-xy.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-shape-foreignobject-non-zero-xy.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-strokeBox-1a.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-strokeBox-1a.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-strokeBox-1a.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-svg-text-font-loading.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-svg-text-font-loading.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-svg-text-font-loading.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[clip-path-url-reference-svg-foreignobject-zoomed.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-viewBox-1c.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/clip-path-viewBox-1c.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[clip-path-viewBox-1c.html]
|
||||
expected: FAIL
|
|
@ -1,10 +0,0 @@
|
|||
[interpolation.html]
|
||||
[Test circle with negative easing on clip-path]
|
||||
expected: FAIL
|
||||
|
||||
[Test ellipse with negative easing on clip-path]
|
||||
expected: FAIL
|
||||
|
||||
[Test inset with negative easing on clip-path]
|
||||
expected: FAIL
|
||||
|
2
tests/wpt/meta/css/css-masking/clip-path/svg-clip-path-fixed-values.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-masking/clip-path/svg-clip-path-fixed-values.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[svg-clip-path-fixed-values.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue