blob: 135008ba67998d45103cf46c3d8ff5f466c9339f [file] [log] [blame]
2d.text.measure.width.space
Space characters are converted to U+0020 and collapsed (per CSS)
Actual output:
FAIL Space characters are converted to U+0020 and collapsed (per CSS) assert_equals: ctx.measureText('A B').width === 150 (got 200[number], expected 150[number]) expected 150 but got 200