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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/window-resize-positioned-bottom-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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, 460, 20, 20], 16 "rect": [0, 460, 20, 20],
17 "reason": "bounds change" 17 "reason": "geometry"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow (positioned) DIV", 20 "object": "LayoutBlockFlow (positioned) DIV",
21 "rect": [0, 210, 20, 20], 21 "rect": [0, 210, 20, 20],
22 "reason": "bounds change" 22 "reason": "geometry"
23 } 23 }
24 ] 24 ]
25 } 25 }
26 ], 26 ],
27 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
28 { 28 {
29 "object": "LayoutView #document", 29 "object": "LayoutView #document",
30 "reason": "incremental" 30 "reason": "incremental"
31 }, 31 },
32 { 32 {
33 "object": "LayoutBlockFlow (positioned) DIV", 33 "object": "LayoutBlockFlow (positioned) DIV",
34 "reason": "bounds change" 34 "reason": "geometry"
35 } 35 }
36 ] 36 ]
37 } 37 }
38 { 38 {
39 "layers": [ 39 "layers": [
40 { 40 {
41 "name": "LayoutView #document", 41 "name": "LayoutView #document",
42 "bounds": [400, 250], 42 "bounds": [400, 250],
43 "contentsOpaque": true, 43 "contentsOpaque": true,
44 "drawsContent": true, 44 "drawsContent": true,
(...skipping 22 matching lines...) Expand all
67 "drawsContent": true, 67 "drawsContent": true,
68 "paintInvalidations": [ 68 "paintInvalidations": [
69 { 69 {
70 "object": "LayoutView #document", 70 "object": "LayoutView #document",
71 "rect": [0, 250, 400, 350], 71 "rect": [0, 250, 400, 350],
72 "reason": "incremental" 72 "reason": "incremental"
73 }, 73 },
74 { 74 {
75 "object": "LayoutBlockFlow (positioned) DIV", 75 "object": "LayoutBlockFlow (positioned) DIV",
76 "rect": [0, 560, 20, 20], 76 "rect": [0, 560, 20, 20],
77 "reason": "bounds change" 77 "reason": "geometry"
78 }, 78 },
79 { 79 {
80 "object": "LayoutBlockFlow (positioned) DIV", 80 "object": "LayoutBlockFlow (positioned) DIV",
81 "rect": [0, 210, 20, 20], 81 "rect": [0, 210, 20, 20],
82 "reason": "bounds change" 82 "reason": "geometry"
83 } 83 }
84 ] 84 ]
85 } 85 }
86 ], 86 ],
87 "objectPaintInvalidations": [ 87 "objectPaintInvalidations": [
88 { 88 {
89 "object": "LayoutView #document", 89 "object": "LayoutView #document",
90 "reason": "incremental" 90 "reason": "incremental"
91 }, 91 },
92 { 92 {
93 "object": "LayoutBlockFlow (positioned) DIV", 93 "object": "LayoutBlockFlow (positioned) DIV",
94 "reason": "bounds change" 94 "reason": "geometry"
95 } 95 }
96 ] 96 ]
97 } 97 }
98 { 98 {
99 "layers": [ 99 "layers": [
100 { 100 {
101 "name": "LayoutView #document", 101 "name": "LayoutView #document",
102 "bounds": [800, 600], 102 "bounds": [800, 600],
103 "contentsOpaque": true, 103 "contentsOpaque": true,
104 "drawsContent": true, 104 "drawsContent": true,
105 "paintInvalidations": [ 105 "paintInvalidations": [
106 { 106 {
107 "object": "LayoutView #document", 107 "object": "LayoutView #document",
108 "rect": [400, 0, 400, 600], 108 "rect": [400, 0, 400, 600],
109 "reason": "incremental" 109 "reason": "incremental"
110 } 110 }
111 ] 111 ]
112 } 112 }
113 ], 113 ],
114 "objectPaintInvalidations": [ 114 "objectPaintInvalidations": [
115 { 115 {
116 "object": "LayoutView #document", 116 "object": "LayoutView #document",
117 "reason": "incremental" 117 "reason": "incremental"
118 } 118 }
119 ] 119 ]
120 } 120 }
121 121
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698