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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 }, 65 },
66 { 66 {
67 "object": "InlineTextBox 'become of\n'", 67 "object": "InlineTextBox 'become of\n'",
68 "reason": "full" 68 "reason": "full"
69 }, 69 },
70 { 70 {
71 "object": "InlineTextBox 'difficult game indeed.\n'", 71 "object": "InlineTextBox 'difficult game indeed.\n'",
72 "reason": "full" 72 "reason": "full"
73 }, 73 },
74 { 74 {
75 "object": "InlineTextBox 'doubled-up\n'",
76 "reason": "full"
77 },
78 {
75 "object": "InlineTextBox 'for the hedgehogs; and in\n'", 79 "object": "InlineTextBox 'for the hedgehogs; and in\n'",
76 "reason": "full" 80 "reason": "full"
77 }, 81 },
78 { 82 {
79 "object": "InlineTextBox 'for turns,\n'", 83 "object": "InlineTextBox 'for turns,\n'",
80 "reason": "full" 84 "reason": "full"
81 }, 85 },
82 { 86 {
83 "object": "InlineTextBox 'had any dispute with the Queen, but she knew that it might'", 87 "object": "InlineTextBox 'had any dispute with the Queen, but she knew that it might'",
84 "reason": "full" 88 "reason": "full"
(...skipping 20 matching lines...) Expand all
105 }, 109 },
106 { 110 {
107 "object": "InlineTextBox 'other parts of\n'", 111 "object": "InlineTextBox 'other parts of\n'",
108 "reason": "full" 112 "reason": "full"
109 }, 113 },
110 { 114 {
111 "object": "InlineTextBox 'quarrelling all the while, and fighting'", 115 "object": "InlineTextBox 'quarrelling all the while, and fighting'",
112 "reason": "full" 116 "reason": "full"
113 }, 117 },
114 { 118 {
119 "object": "InlineTextBox 'soldiers were always getting up and walking off to'",
120 "reason": "full"
121 },
122 {
115 "object": "InlineTextBox 'stamping about, and shouting \u2018Off with his head!\u2019 or'", 123 "object": "InlineTextBox 'stamping about, and shouting \u2018Off with his head!\u2019 or'",
116 "reason": "incremental" 124 "reason": "incremental"
117 }, 125 },
118 { 126 {
119 "object": "InlineTextBox 'stamping'", 127 "object": "InlineTextBox 'stamping'",
120 "reason": "full" 128 "reason": "full"
121 }, 129 },
122 { 130 {
123 "object": "InlineTextBox 'that it was a very\n'", 131 "object": "InlineTextBox 'that it was a very\n'",
124 "reason": "full" 132 "reason": "full"
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 "object": "RootInlineBox", 199 "object": "RootInlineBox",
192 "reason": "full" 200 "reason": "full"
193 }, 201 },
194 { 202 {
195 "object": "RootInlineBox", 203 "object": "RootInlineBox",
196 "reason": "full" 204 "reason": "full"
197 }, 205 },
198 { 206 {
199 "object": "RootInlineBox", 207 "object": "RootInlineBox",
200 "reason": "full" 208 "reason": "full"
209 },
210 {
211 "object": "RootInlineBox",
212 "reason": "full"
201 } 213 }
202 ] 214 ]
203 } 215 }
204 ] 216 ]
205 } 217 }
206 218
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698