Update font-weight css parser test
This is affected by the recent fix for parsing font-weight.
This commit is contained in:
@ -39,7 +39,7 @@ j {
|
||||
}
|
||||
|
||||
k {
|
||||
font-weight: 400;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
l {
|
||||
@ -51,7 +51,7 @@ m {
|
||||
}
|
||||
|
||||
n {
|
||||
font-weight: 700;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
o {
|
||||
|
Reference in New Issue
Block a user