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

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

Issue 2046863006: Dirty line boxes correctly when a float gets layout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@618230
Patch Set: Updated 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, 340, 418, 259], 11 "rect": [8, 320, 418, 279],
12 "reason": "invalidate paint rectangle" 12 "reason": "invalidate paint rectangle"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 15 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
16 "rect": [14, 363, 48, 65], 16 "rect": [14, 363, 48, 65],
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, 374, 48, 64], 21 "rect": [14, 374, 48, 64],
(...skipping 26 matching lines...) Expand all
48 }, 48 },
49 { 49 {
50 "object": "InlineTextBox 'any dispute with the Queen, but she knew tha t it might\n'", 50 "object": "InlineTextBox 'any dispute with the Queen, but she knew tha t it might\n'",
51 "reason": "full" 51 "reason": "full"
52 }, 52 },
53 { 53 {
54 "object": "InlineTextBox 'difficult game indeed.\n'", 54 "object": "InlineTextBox 'difficult game indeed.\n'",
55 "reason": "full" 55 "reason": "full"
56 }, 56 },
57 { 57 {
58 "object": "InlineTextBox 'doubled-up\n'",
59 "reason": "full"
60 },
61 {
58 "object": "InlineTextBox 'for'", 62 "object": "InlineTextBox 'for'",
59 "reason": "full" 63 "reason": "full"
60 }, 64 },
61 { 65 {
62 "object": "InlineTextBox 'happen any'", 66 "object": "InlineTextBox 'happen any'",
63 "reason": "full" 67 "reason": "full"
64 }, 68 },
65 { 69 {
66 "object": "InlineTextBox 'head!\u2019 about once in a minute.\n'", 70 "object": "InlineTextBox 'head!\u2019 about once in a minute.\n'",
67 "reason": "incremental" 71 "reason": "incremental"
(...skipping 28 matching lines...) Expand all
96 }, 100 },
97 { 101 {
98 "object": "InlineTextBox 'quarrelling all the while, and fighting for the'", 102 "object": "InlineTextBox 'quarrelling all the while, and fighting for the'",
99 "reason": "full" 103 "reason": "full"
100 }, 104 },
101 { 105 {
102 "object": "InlineTextBox 'shouting \u2018Off with his head!\u2019 or \ u2018Off with\n'", 106 "object": "InlineTextBox 'shouting \u2018Off with his head!\u2019 or \ u2018Off with\n'",
103 "reason": "full" 107 "reason": "full"
104 }, 108 },
105 { 109 {
110 "object": "InlineTextBox 'soldiers were always getting up and walking off to'",
111 "reason": "full"
112 },
113 {
106 "object": "InlineTextBox 'stamping about, and'", 114 "object": "InlineTextBox 'stamping about, and'",
107 "reason": "full" 115 "reason": "full"
108 }, 116 },
109 { 117 {
110 "object": "InlineTextBox 'stamping'", 118 "object": "InlineTextBox 'stamping'",
111 "reason": "incremental" 119 "reason": "incremental"
112 }, 120 },
113 { 121 {
114 "object": "InlineTextBox 'the Queen'", 122 "object": "InlineTextBox 'the Queen'",
115 "reason": "full" 123 "reason": "full"
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 "object": "RootInlineBox", 194 "object": "RootInlineBox",
187 "reason": "full" 195 "reason": "full"
188 }, 196 },
189 { 197 {
190 "object": "RootInlineBox", 198 "object": "RootInlineBox",
191 "reason": "full" 199 "reason": "full"
192 }, 200 },
193 { 201 {
194 "object": "RootInlineBox", 202 "object": "RootInlineBox",
195 "reason": "full" 203 "reason": "full"
204 },
205 {
206 "object": "RootInlineBox",
207 "reason": "full"
196 } 208 }
197 ] 209 ]
198 } 210 }
199 ] 211 ]
200 } 212 }
201 213
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698