Normalize more tests

This commit is contained in:
Niklas von Hertzen
2017-08-11 22:22:39 +08:00
parent 31a9f913ed
commit 96cde64c6e
54 changed files with 1605 additions and 1554 deletions

View File

@ -156,7 +156,7 @@ class RefTestRenderer implements RenderTarget<string> {
font.fontStyle,
font.fontVariant,
font.fontWeight,
font.fontSize,
parseInt(font.fontSize, 10),
font.fontFamily.replace(/"/g, '')
]
.join(' ')