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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/images/repaint-subrect-grid-expected.txt

Issue 2080783003: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "name": "Content Root Layer",
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow (positioned) DIV id='mask'", 12 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
11 "rect": [45, 18, 20, 19], 13 "rect": [45, 18, 20, 19],
12 "reason": "bounds change" 14 "reason": "bounds change"
13 }, 15 },
14 { 16 {
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "rect": [-100, -100, 19, 19], 113 "rect": [-100, -100, 19, 19],
112 "reason": "bounds change" 114 "reason": "bounds change"
113 }, 115 },
114 { 116 {
115 "object": "LayoutBlockFlow (positioned) DIV id='mask'", 117 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
116 "rect": [-100, -100, 19, 19], 118 "rect": [-100, -100, 19, 19],
117 "reason": "bounds change" 119 "reason": "bounds change"
118 } 120 }
119 ] 121 ]
120 } 122 }
123 ],
124 "objectPaintInvalidations": [
125 {
126 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
127 "reason": "bounds change"
128 },
129 {
130 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
131 "reason": "bounds change"
132 },
133 {
134 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
135 "reason": "bounds change"
136 },
137 {
138 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
139 "reason": "bounds change"
140 },
141 {
142 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
143 "reason": "bounds change"
144 },
145 {
146 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
147 "reason": "bounds change"
148 },
149 {
150 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
151 "reason": "bounds change"
152 },
153 {
154 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
155 "reason": "bounds change"
156 },
157 {
158 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
159 "reason": "bounds change"
160 },
161 {
162 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
163 "reason": "bounds change"
164 },
165 {
166 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
167 "reason": "bounds change"
168 }
121 ] 169 ]
122 } 170 }
123 171
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698