Add some css parser tests
These tests exercise many allowed ways to specify various properties.
This commit is contained in:
@ -85,3 +85,19 @@ s {
|
||||
t {
|
||||
background-repeat: no-repeat no-repeat;
|
||||
}
|
||||
|
||||
aa {
|
||||
background-repeat: initial;
|
||||
}
|
||||
|
||||
bb {
|
||||
background-repeat: inherit;
|
||||
}
|
||||
|
||||
cc {
|
||||
background-repeat: unset;
|
||||
}
|
||||
|
||||
dd {
|
||||
background-repeat: repeat-x, space round, no-repeat;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user