build: Move tests/css to testsuite/css
This commit is contained in:
9
testsuite/css/parser/value-initial-shorthand.css
Normal file
9
testsuite/css/parser/value-initial-shorthand.css
Normal file
@ -0,0 +1,9 @@
|
||||
* {
|
||||
border-color: initial;
|
||||
border-image: initial;
|
||||
border-radius: initial;
|
||||
border-width: initial;
|
||||
font: initial;
|
||||
margin: initial;
|
||||
padding: initial;
|
||||
}
|
||||
Reference in New Issue
Block a user