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

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

Powered by Google App Engine
This is Rietveld 408576698