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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/line-flow-with-floats-8-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": "forced by layout" 12 "reason": "forced by layout"
18 }, 13 },
19 { 14 {
20 "object": "LayoutText #text", 15 "object": "LayoutText #text",
21 "rect": [13, 240, 408, 139], 16 "rect": [13, 240, 408, 139],
22 "reason": "forced by layout" 17 "reason": "forced by layout"
23 }, 18 },
24 { 19 {
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "objectPaintInvalidations": [ 107 "objectPaintInvalidations": [
113 { 108 {
114 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 109 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
115 "reason": "layoutObject removal" 110 "reason": "layoutObject removal"
116 }, 111 },
117 { 112 {
118 "object": "VerticalScrollbar", 113 "object": "VerticalScrollbar",
119 "reason": "scroll" 114 "reason": "scroll"
120 }, 115 },
121 { 116 {
122 "object": "LayoutBlockFlow HTML",
123 "reason": "forced by layout"
124 },
125 {
126 "object": "LayoutBlockFlow P", 117 "object": "LayoutBlockFlow P",
127 "reason": "forced by layout" 118 "reason": "forced by layout"
128 }, 119 },
129 { 120 {
130 "object": "RootInlineBox", 121 "object": "RootInlineBox",
131 "reason": "forced by layout" 122 "reason": "forced by layout"
132 }, 123 },
133 { 124 {
134 "object": "LayoutText #text", 125 "object": "LayoutText #text",
135 "reason": "forced by layout" 126 "reason": "forced by layout"
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people here; the great'", 345 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people here; the great'",
355 "reason": "forced by layout" 346 "reason": "forced by layout"
356 }, 347 },
357 { 348 {
358 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'", 349 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'",
359 "reason": "forced by layout" 350 "reason": "forced by layout"
360 } 351 }
361 ] 352 ]
362 } 353 }
363 354
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698