reftests: Add reftest for the last 2 fixes
Makes sure that the clipping we do when pushing a group is at the correct place and in particular doesn't influence shadows.
This commit is contained in:
19
testsuite/reftests/box-shadow-with-blend-mode.css
Normal file
19
testsuite/reftests/box-shadow-with-blend-mode.css
Normal file
@ -0,0 +1,19 @@
|
||||
button {
|
||||
all: unset;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
button {
|
||||
box-shadow: 0 0 5px;
|
||||
background-color: transparent;
|
||||
background-blend-mode: lighten, normal;
|
||||
background-image: image(chartreuse), image(tomato);
|
||||
}
|
||||
|
||||
button#reference {
|
||||
box-shadow: 0 0 5px;
|
||||
background-color: tomato;
|
||||
background-blend-mode: lighten;
|
||||
background-image: image(chartreuse);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user