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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-4-expected.txt

Issue 1524913003: Account for total glyph overflow in CachingWordShaper::width (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ace of rebase Created 5 years 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
OLDNEW
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [372, 447, 48, 17], 9 [372, 447, 48, 17],
10 [369, 440, 51, 59], 10 [369, 440, 52, 59],
11 [8, 380, 418, 219] 11 [8, 380, 418, 219]
12 ], 12 ],
13 "paintInvalidationClients": [ 13 "paintInvalidationClients": [
14 "InlineTextBox 'The players all played at once without waiting\n'", 14 "InlineTextBox 'The players all played at once without waiting\n'",
15 "InlineTextBox 'for'", 15 "InlineTextBox 'for'",
16 "RootInlineBox", 16 "RootInlineBox",
17 "InlineTextBox 'turns,\n'", 17 "InlineTextBox 'turns,\n'",
18 "InlineTextBox 'quarrelling all the while, and fighting for the'", 18 "InlineTextBox 'quarrelling all the while, and fighting for the'",
19 "RootInlineBox", 19 "RootInlineBox",
20 "InlineTextBox 'hedgehogs; and in\n'", 20 "InlineTextBox 'hedgehogs; and in\n'",
(...skipping 27 matching lines...) Expand all
48 "InlineTextBox 'was in a furious passion, and went\n'", 48 "InlineTextBox 'was in a furious passion, and went\n'",
49 "InlineTextBox 'stamping about, and'", 49 "InlineTextBox 'stamping about, and'",
50 "InlineTextBox 'shouting \u2018Off with his head!\u2019 or \u2018Off wit h\n'", 50 "InlineTextBox 'shouting \u2018Off with his head!\u2019 or \u2018Off wit h\n'",
51 "InlineTextBox 'her head!\u2019 about once in'", 51 "InlineTextBox 'her head!\u2019 about once in'",
52 "InlineTextBox 'a minute.\n'" 52 "InlineTextBox 'a minute.\n'"
53 ] 53 ]
54 } 54 }
55 ] 55 ]
56 } 56 }
57 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698