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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-9-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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-9-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-9-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-9-expected.txt
index 5a5ec87a87b5323fa1e79b81e7daa3a8628b7445..2340f3af32a08cbbf8c701597a8faa07284d4709 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-9-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-9-expected.txt
@@ -6,6 +6,7 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
+ [420, 240, 1, 139],
[372, 243, 48, 49],
[8, 80, 418, 519]
],
@@ -85,7 +86,20 @@
"InlineTextBox 'wonder is, that there\u2018s any one left alive!\u2019'",
"RootInlineBox",
"LayoutBlockFlow P",
- "LayoutBlockFlow (floating) SPAN id='yellowFloat'"
+ "LayoutBlockFlow (floating) SPAN id='yellowFloat'",
+ "LayoutText #text",
+ "InlineTextBox 'begin again, it was very provoking to find that the'",
+ "InlineTextBox 'hedgehog had\n'",
+ "InlineTextBox 'unrolled itself, and was in the act of crawling'",
+ "InlineTextBox 'away: besides all\n'",
+ "InlineTextBox 'this, there was generally a ridge or furrow'",
+ "InlineTextBox 'in the way wherever\n'",
+ "InlineTextBox 'she wanted to send the hedgehog to, and, as'",
+ "InlineTextBox 'the doubled-up\n'",
+ "InlineTextBox 'soldiers were always getting up and walking off to'",
+ "InlineTextBox 'other parts of\n'",
+ "InlineTextBox 'the ground, Alice soon came to the conclusion that it'",
+ "InlineTextBox 'was a very\n'"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698