build: Move tests/reftests to testsuite/reftests
This commit is contained in:
11
testsuite/reftests/background-size-zero.css
Normal file
11
testsuite/reftests/background-size-zero.css
Normal file
@ -0,0 +1,11 @@
|
||||
@import "reset-to-defaults.css";
|
||||
|
||||
.background {
|
||||
background-image: linear-gradient(to right, blue);
|
||||
background-size: 0%;
|
||||
}
|
||||
|
||||
#reference {
|
||||
background-image: initial;
|
||||
background-size: initial;
|
||||
}
|
||||
Reference in New Issue
Block a user