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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/block-shift-repaint-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 DIV class='half'", 12 "object": "LayoutBlockFlow DIV class='half'",
11 "rect": [8, 353, 60, 38], 13 "rect": [8, 353, 60, 38],
12 "reason": "bounds change" 14 "reason": "bounds change"
13 }, 15 },
14 { 16 {
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "rect": [8, 8, 60, 30], 103 "rect": [8, 8, 60, 30],
102 "reason": "became invisible" 104 "reason": "became invisible"
103 }, 105 },
104 { 106 {
105 "object": "LayoutBlockFlow DIV id='innerDiv'", 107 "object": "LayoutBlockFlow DIV id='innerDiv'",
106 "rect": [48, 308, 10, 15], 108 "rect": [48, 308, 10, 15],
107 "reason": "became visible" 109 "reason": "became visible"
108 } 110 }
109 ] 111 ]
110 } 112 }
113 ],
114 "objectPaintInvalidations": [
115 {
116 "object": "LayoutBlockFlow DIV id='div1' class='blue half'",
117 "reason": "became invisible"
118 },
119 {
120 "object": "LayoutBlockFlow DIV class='red half'",
121 "reason": "bounds change"
122 },
123 {
124 "object": "LayoutBlockFlow DIV class='green half'",
125 "reason": "bounds change"
126 },
127 {
128 "object": "LayoutBlockFlow DIV id='top' class='blue half'",
129 "reason": "became invisible"
130 },
131 {
132 "object": "LayoutBlockFlow DIV class='red half'",
133 "reason": "bounds change"
134 },
135 {
136 "object": "LayoutBlockFlow DIV class='green half'",
137 "reason": "bounds change"
138 },
139 {
140 "object": "LayoutBlockFlow DIV id='div2' class='zero'",
141 "reason": "became visible"
142 },
143 {
144 "object": "LayoutBlockFlow DIV class='green half'",
145 "reason": "bounds change"
146 },
147 {
148 "object": "LayoutBlockFlow DIV class='red half'",
149 "reason": "bounds change"
150 },
151 {
152 "object": "LayoutBlockFlow DIV id='innerDiv'",
153 "reason": "became visible"
154 },
155 {
156 "object": "LayoutBlockFlow DIV class='half'",
157 "reason": "bounds change"
158 },
159 {
160 "object": "LayoutBlockFlow DIV class='half'",
161 "reason": "bounds change"
162 }
111 ] 163 ]
112 } 164 }
113 165
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698