Add some css parser tests
These tests exercise many allowed ways to specify various properties.
This commit is contained in:
23
testsuite/css/parser/font-style.css
Normal file
23
testsuite/css/parser/font-style.css
Normal file
@ -0,0 +1,23 @@
|
||||
a {
|
||||
font-style: initial;
|
||||
}
|
||||
|
||||
b {
|
||||
font-style: inherit;
|
||||
}
|
||||
|
||||
c {
|
||||
font-style: unset;
|
||||
}
|
||||
|
||||
d {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
e {
|
||||
font-style: oblique;
|
||||
}
|
||||
|
||||
f {
|
||||
font-style: italic;
|
||||
}
|
||||
Reference in New Issue
Block a user