Index: LayoutTests/canvas/philip/tests/2d.text.measure.width.space-expected.txt |
diff --git a/LayoutTests/canvas/philip/tests/2d.text.measure.width.space-expected.txt b/LayoutTests/canvas/philip/tests/2d.text.measure.width.space-expected.txt |
index 863339fb8ced63ccd812aa9ad0e7ba95bf830600..c4f229e6c239db4aa466e6b226320c9174cc84cc 100644 |
--- a/LayoutTests/canvas/philip/tests/2d.text.measure.width.space-expected.txt |
+++ b/LayoutTests/canvas/philip/tests/2d.text.measure.width.space-expected.txt |
@@ -1 +1,4 @@ |
-Passed |
+Failed assertion ctx.measureText('A B').width === 150 (got 200[number], expected 150[number]) |
+Failed assertion ctx.measureText('A \x09\x0a\x0c\x0d \x09\x0a\x0c\x0dB').width === 150 (got 450[number], expected 150[number]) |
+Failed assertion ctx.measureText(' AB').width === 100 (got 150[number], expected 100[number]) |
+Failed assertion ctx.measureText('AB ').width === 100 (got 150[number], expected 100[number]) |