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

Unified Diff: LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-6-expected.txt

Issue 1167543008: Dirty nearby lineboxes if we layout a float rather than trying to work it out later (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 5 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/platform/linux/fast/repaint/line-flow-with-floats-6-expected.txt
diff --git a/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-6-expected.txt b/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-6-expected.txt
index 72f7e9d0b5e52655bdd44a1b5082a7bc42148212..eb36597677084accf212bd43ce4cbb4f0b165378 100644
--- a/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-6-expected.txt
+++ b/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-6-expected.txt
@@ -8,10 +8,20 @@
"repaintRects": [
[28, 363, 20, 19],
[14, 363, 48, 64],
- [8, 580, 418, 19]
+ [8, 320, 418, 79]
],
"paintInvalidationClients": [
- "InlineTextBox 'wonder is, that there\u2018s any one left alive!\u2019'",
+ "InlineTextBox 'doubled-up\n'",
+ "InlineTextBox 'soldiers were always getting up and walking off to'",
+ "RootInlineBox",
+ "InlineTextBox 'other parts of\n'",
+ "InlineTextBox 'the ground, Alice soon came to the conclusion that it'",
+ "RootInlineBox",
+ "InlineTextBox 'was a very\n'",
+ "InlineTextBox 'difficult game indeed.\n'",
+ "RootInlineBox",
+ "InlineTextBox 'The players all played at once without waiting\n'",
+ "InlineTextBox 'for'",
"RootInlineBox",
"LayoutBlockFlow P",
"LayoutBlockFlow (floating) SPAN id='blueFloat'",

Powered by Google App Engine
This is Rietveld 408576698