Add parser tests for border-image properties
This adds tests for border-image-source, border-image-repeat, border-image-slice and border-image-width.
This commit is contained in:
19
testsuite/css/parser/border-image-source.css
Normal file
19
testsuite/css/parser/border-image-source.css
Normal file
@ -0,0 +1,19 @@
|
||||
a {
|
||||
border-image-source: initial;
|
||||
}
|
||||
|
||||
b {
|
||||
border-image-source: inherit;
|
||||
}
|
||||
|
||||
c {
|
||||
border-image-source: unset;
|
||||
}
|
||||
|
||||
d {
|
||||
border-image-source: none;
|
||||
}
|
||||
|
||||
e {
|
||||
border-image-source: linear-gradient(yellow, blue);
|
||||
}
|
||||
Reference in New Issue
Block a user