mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49: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
4
tests/wpt/include.ini
vendored
4
tests/wpt/include.ini
vendored
|
@ -61,6 +61,10 @@ skip: true
|
|||
[css-masking]
|
||||
[clip]
|
||||
skip: false
|
||||
[clip-path]
|
||||
skip: false
|
||||
[animations]
|
||||
skip: true
|
||||
[css-multicol]
|
||||
skip: true
|
||||
[css-nesting]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue