mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 04:10:13 +00:00
Update font-weight css parser test
This is affected by the recent fix for parsing font-weight.
This commit is contained in:
parent
ea651dcd31
commit
db094092ae
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user