Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(501)

Unified Diff: LayoutTests/canvas/philip/tests/2d.text.measure.width.space-expected.txt

Issue 14891003: The first in a series of mass rebaselines. I tried to avoid (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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])

Powered by Google App Engine
This is Rietveld 408576698