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

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

Powered by Google App Engine
This is Rietveld 408576698