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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/line-flow-with-floats-2-expected.txt

Issue 2699463004: Fix gradient background invalidation when HTML size changes (Closed)
Patch Set: - Created 3 years, 10 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
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 HTML",
11 "rect": [0, 0, 485, 600],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutBlockFlow P", 10 "object": "LayoutBlockFlow P",
16 "rect": [8, 74, 418, 526], 11 "rect": [8, 74, 418, 526],
17 "reason": "border box change" 12 "reason": "border box change"
18 }, 13 },
19 { 14 {
20 "object": "LayoutText #text", 15 "object": "LayoutText #text",
21 "rect": [13, 241, 408, 139], 16 "rect": [13, 241, 408, 139],
22 "reason": "forced by layout" 17 "reason": "forced by layout"
23 }, 18 },
24 { 19 {
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 } 128 }
134 ] 129 ]
135 } 130 }
136 ], 131 ],
137 "objectPaintInvalidations": [ 132 "objectPaintInvalidations": [
138 { 133 {
139 "object": "VerticalScrollbar", 134 "object": "VerticalScrollbar",
140 "reason": "scroll" 135 "reason": "scroll"
141 }, 136 },
142 { 137 {
143 "object": "LayoutBlockFlow HTML",
144 "reason": "forced by layout"
145 },
146 {
147 "object": "LayoutBlockFlow P", 138 "object": "LayoutBlockFlow P",
148 "reason": "border box change" 139 "reason": "border box change"
149 }, 140 },
150 { 141 {
151 "object": "RootInlineBox", 142 "object": "RootInlineBox",
152 "reason": "border box change" 143 "reason": "border box change"
153 }, 144 },
154 { 145 {
155 "object": "LayoutText #text", 146 "object": "LayoutText #text",
156 "reason": "forced by layout" 147 "reason": "forced by layout"
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people here; the great'", 382 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people here; the great'",
392 "reason": "forced by layout" 383 "reason": "forced by layout"
393 }, 384 },
394 { 385 {
395 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'", 386 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'",
396 "reason": "forced by layout" 387 "reason": "forced by layout"
397 } 388 }
398 ] 389 ]
399 } 390 }
400 391
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698