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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/window-resize-percent-width-height-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": [600, 250], 5 "bounds": [600, 250],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutView #document", 10 "object": "LayoutView #document",
11 "rect": [0, 250, 600, 250], 11 "rect": [0, 250, 600, 250],
12 "reason": "incremental" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (positioned) DIV", 15 "object": "LayoutBlockFlow (positioned) DIV",
16 "rect": [0, 125, 300, 125], 16 "rect": [0, 125, 300, 125],
17 "reason": "incremental" 17 "reason": "incremental"
18 } 18 }
19 ] 19 ]
20 } 20 }
21 ], 21 ],
22 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
23 { 23 {
24 "object": "LayoutView #document", 24 "object": "LayoutView #document",
25 "reason": "incremental" 25 "reason": "incremental"
26 }, 26 },
27 { 27 {
28 "object": "LayoutBlockFlow HTML",
29 "reason": "forced by layout"
30 },
31 {
32 "object": "LayoutBlockFlow (positioned) DIV", 28 "object": "LayoutBlockFlow (positioned) DIV",
33 "reason": "incremental" 29 "reason": "incremental"
34 } 30 }
35 ] 31 ]
36 } 32 }
37 { 33 {
38 "layers": [ 34 "layers": [
39 { 35 {
40 "name": "LayoutView #document", 36 "name": "LayoutView #document",
41 "bounds": [400, 250], 37 "bounds": [400, 250],
(...skipping 12 matching lines...) Expand all
54 } 50 }
55 ] 51 ]
56 } 52 }
57 ], 53 ],
58 "objectPaintInvalidations": [ 54 "objectPaintInvalidations": [
59 { 55 {
60 "object": "LayoutView #document", 56 "object": "LayoutView #document",
61 "reason": "incremental" 57 "reason": "incremental"
62 }, 58 },
63 { 59 {
64 "object": "LayoutBlockFlow HTML",
65 "reason": "forced by layout"
66 },
67 {
68 "object": "LayoutBlockFlow (positioned) DIV", 60 "object": "LayoutBlockFlow (positioned) DIV",
69 "reason": "incremental" 61 "reason": "incremental"
70 } 62 }
71 ] 63 ]
72 } 64 }
73 { 65 {
74 "layers": [ 66 "layers": [
75 { 67 {
76 "name": "LayoutView #document", 68 "name": "LayoutView #document",
77 "bounds": [400, 600], 69 "bounds": [400, 600],
(...skipping 12 matching lines...) Expand all
90 } 82 }
91 ] 83 ]
92 } 84 }
93 ], 85 ],
94 "objectPaintInvalidations": [ 86 "objectPaintInvalidations": [
95 { 87 {
96 "object": "LayoutView #document", 88 "object": "LayoutView #document",
97 "reason": "incremental" 89 "reason": "incremental"
98 }, 90 },
99 { 91 {
100 "object": "LayoutBlockFlow HTML",
101 "reason": "forced by layout"
102 },
103 {
104 "object": "LayoutBlockFlow (positioned) DIV", 92 "object": "LayoutBlockFlow (positioned) DIV",
105 "reason": "incremental" 93 "reason": "incremental"
106 } 94 }
107 ] 95 ]
108 } 96 }
109 { 97 {
110 "layers": [ 98 "layers": [
111 { 99 {
112 "name": "LayoutView #document", 100 "name": "LayoutView #document",
113 "bounds": [800, 600], 101 "bounds": [800, 600],
(...skipping 12 matching lines...) Expand all
126 } 114 }
127 ] 115 ]
128 } 116 }
129 ], 117 ],
130 "objectPaintInvalidations": [ 118 "objectPaintInvalidations": [
131 { 119 {
132 "object": "LayoutView #document", 120 "object": "LayoutView #document",
133 "reason": "incremental" 121 "reason": "incremental"
134 }, 122 },
135 { 123 {
136 "object": "LayoutBlockFlow HTML",
137 "reason": "forced by layout"
138 },
139 {
140 "object": "LayoutBlockFlow (positioned) DIV", 124 "object": "LayoutBlockFlow (positioned) DIV",
141 "reason": "incremental" 125 "reason": "incremental"
142 } 126 }
143 ] 127 ]
144 } 128 }
145 129
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698