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

Side by Side Diff: LayoutTests/virtual/gpu/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, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Failed assertion ctx.measureText('A B').width === 150 (got 200[number], expected 150[number])
2 Failed assertion ctx.measureText('A \x09\x0a\x0c\x0d \x09\x0a\x0c\x0dB').width = == 150 (got 450[number], expected 150[number])
3 Failed assertion ctx.measureText(' AB').width === 100 (got 150[number], expected 100[number])
4 Failed assertion ctx.measureText('AB ').width === 100 (got 150[number], expected 100[number])
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698