Update font-weight css parser test

This is affected by the recent fix for parsing font-weight.
This commit is contained in:
Matthias Clasen 2015-12-21 14:32:01 -05:00
parent ea651dcd31
commit db094092ae

View File

@ -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 {