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

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

Issue 2078843002: Auto-rebaseline for r400360 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow P", 10 "object": "LayoutBlockFlow P",
11 "rect": [8, 332, 418, 234], 11 "rect": [8, 314, 418, 252],
12 "reason": "invalidate paint rectangle" 12 "reason": "invalidate paint rectangle"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [14, 404, 355, 36], 16 "rect": [14, 404, 355, 36],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 20 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
21 "rect": [14, 353, 48, 65], 21 "rect": [14, 353, 48, 65],
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 }, 56 },
57 { 57 {
58 "object": "InlineTextBox 'become of\n'", 58 "object": "InlineTextBox 'become of\n'",
59 "reason": "full" 59 "reason": "full"
60 }, 60 },
61 { 61 {
62 "object": "InlineTextBox 'difficult game indeed.\n'", 62 "object": "InlineTextBox 'difficult game indeed.\n'",
63 "reason": "full" 63 "reason": "full"
64 }, 64 },
65 { 65 {
66 "object": "InlineTextBox 'doubled-up\n'",
67 "reason": "full"
68 },
69 {
66 "object": "InlineTextBox 'for the hedgehogs; and in\n'", 70 "object": "InlineTextBox 'for the hedgehogs; and in\n'",
67 "reason": "full" 71 "reason": "full"
68 }, 72 },
69 { 73 {
70 "object": "InlineTextBox 'for turns,\n'", 74 "object": "InlineTextBox 'for turns,\n'",
71 "reason": "full" 75 "reason": "full"
72 }, 76 },
73 { 77 {
74 "object": "InlineTextBox 'had any dispute with the Queen, but she knew that it might'", 78 "object": "InlineTextBox 'had any dispute with the Queen, but she knew that it might'",
75 "reason": "full" 79 "reason": "full"
(...skipping 16 matching lines...) Expand all
92 }, 96 },
93 { 97 {
94 "object": "InlineTextBox 'other parts of\n'", 98 "object": "InlineTextBox 'other parts of\n'",
95 "reason": "full" 99 "reason": "full"
96 }, 100 },
97 { 101 {
98 "object": "InlineTextBox 'quarrelling all the while, and fighting'", 102 "object": "InlineTextBox 'quarrelling all the while, and fighting'",
99 "reason": "full" 103 "reason": "full"
100 }, 104 },
101 { 105 {
106 "object": "InlineTextBox 'soldiers were always getting up and walking off to'",
107 "reason": "full"
108 },
109 {
102 "object": "InlineTextBox 'stamping'", 110 "object": "InlineTextBox 'stamping'",
103 "reason": "full" 111 "reason": "full"
104 }, 112 },
105 { 113 {
106 "object": "InlineTextBox 'that it was a very\n'", 114 "object": "InlineTextBox 'that it was a very\n'",
107 "reason": "full" 115 "reason": "full"
108 }, 116 },
109 { 117 {
110 "object": "InlineTextBox 'the ground, Alice soon came to the conclusio n'", 118 "object": "InlineTextBox 'the ground, Alice soon came to the conclusio n'",
111 "reason": "full" 119 "reason": "full"
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 "object": "RootInlineBox", 178 "object": "RootInlineBox",
171 "reason": "full" 179 "reason": "full"
172 }, 180 },
173 { 181 {
174 "object": "RootInlineBox", 182 "object": "RootInlineBox",
175 "reason": "full" 183 "reason": "full"
176 }, 184 },
177 { 185 {
178 "object": "RootInlineBox", 186 "object": "RootInlineBox",
179 "reason": "full" 187 "reason": "full"
188 },
189 {
190 "object": "RootInlineBox",
191 "reason": "full"
180 } 192 }
181 ] 193 ]
182 } 194 }
183 ] 195 ]
184 } 196 }
185 197
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698