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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/window-resize-background-image-generated-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, 0, 600, 500], 11 "rect": [0, 0, 600, 500],
12 "reason": "bounds change" 12 "reason": "bounds change"
13 },
14 {
15 "object": "LayoutBlockFlow HTML",
16 "rect": [0, 0, 600, 8],
17 "reason": "forced by layout"
18 } 13 }
19 ] 14 ]
20 } 15 }
21 ], 16 ],
22 "objectPaintInvalidations": [ 17 "objectPaintInvalidations": [
23 { 18 {
24 "object": "LayoutView #document", 19 "object": "LayoutView #document",
25 "reason": "bounds change" 20 "reason": "bounds change"
26 },
27 {
28 "object": "LayoutBlockFlow HTML",
29 "reason": "forced by layout"
30 } 21 }
31 ] 22 ]
32 } 23 }
33 { 24 {
34 "layers": [ 25 "layers": [
35 { 26 {
36 "name": "LayoutView #document", 27 "name": "LayoutView #document",
37 "bounds": [400, 250], 28 "bounds": [400, 250],
38 "contentsOpaque": true, 29 "contentsOpaque": true,
39 "drawsContent": true, 30 "drawsContent": true,
40 "paintInvalidations": [ 31 "paintInvalidations": [
41 { 32 {
42 "object": "LayoutView #document", 33 "object": "LayoutView #document",
43 "rect": [0, 0, 600, 250], 34 "rect": [0, 0, 600, 250],
44 "reason": "bounds change" 35 "reason": "bounds change"
45 },
46 {
47 "object": "LayoutBlockFlow HTML",
48 "rect": [0, 0, 600, 8],
49 "reason": "forced by layout"
50 } 36 }
51 ] 37 ]
52 } 38 }
53 ], 39 ],
54 "objectPaintInvalidations": [ 40 "objectPaintInvalidations": [
55 { 41 {
56 "object": "LayoutView #document", 42 "object": "LayoutView #document",
57 "reason": "bounds change" 43 "reason": "bounds change"
58 },
59 {
60 "object": "LayoutBlockFlow HTML",
61 "reason": "forced by layout"
62 } 44 }
63 ] 45 ]
64 } 46 }
65 { 47 {
66 "layers": [ 48 "layers": [
67 { 49 {
68 "name": "LayoutView #document", 50 "name": "LayoutView #document",
69 "bounds": [400, 600], 51 "bounds": [400, 600],
70 "contentsOpaque": true, 52 "contentsOpaque": true,
71 "drawsContent": true, 53 "drawsContent": true,
72 "paintInvalidations": [ 54 "paintInvalidations": [
73 { 55 {
74 "object": "LayoutView #document", 56 "object": "LayoutView #document",
75 "rect": [0, 0, 400, 600], 57 "rect": [0, 0, 400, 600],
76 "reason": "bounds change" 58 "reason": "bounds change"
77 },
78 {
79 "object": "LayoutBlockFlow HTML",
80 "rect": [0, 0, 400, 8],
81 "reason": "forced by layout"
82 } 59 }
83 ] 60 ]
84 } 61 }
85 ], 62 ],
86 "objectPaintInvalidations": [ 63 "objectPaintInvalidations": [
87 { 64 {
88 "object": "LayoutView #document", 65 "object": "LayoutView #document",
89 "reason": "bounds change" 66 "reason": "bounds change"
90 },
91 {
92 "object": "LayoutBlockFlow HTML",
93 "reason": "forced by layout"
94 } 67 }
95 ] 68 ]
96 } 69 }
97 { 70 {
98 "layers": [ 71 "layers": [
99 { 72 {
100 "name": "LayoutView #document", 73 "name": "LayoutView #document",
101 "bounds": [800, 600], 74 "bounds": [800, 600],
102 "contentsOpaque": true, 75 "contentsOpaque": true,
103 "drawsContent": true, 76 "drawsContent": true,
104 "paintInvalidations": [ 77 "paintInvalidations": [
105 { 78 {
106 "object": "LayoutView #document", 79 "object": "LayoutView #document",
107 "rect": [0, 0, 800, 600], 80 "rect": [0, 0, 800, 600],
108 "reason": "bounds change" 81 "reason": "bounds change"
109 },
110 {
111 "object": "LayoutBlockFlow HTML",
112 "rect": [0, 0, 800, 8],
113 "reason": "forced by layout"
114 } 82 }
115 ] 83 ]
116 } 84 }
117 ], 85 ],
118 "objectPaintInvalidations": [ 86 "objectPaintInvalidations": [
119 { 87 {
120 "object": "LayoutView #document", 88 "object": "LayoutView #document",
121 "reason": "bounds change" 89 "reason": "bounds change"
122 },
123 {
124 "object": "LayoutBlockFlow HTML",
125 "reason": "forced by layout"
126 } 90 }
127 ] 91 ]
128 } 92 }
129 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698