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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt

Issue 2087483002: 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 BODY", 12 "object": "LayoutBlockFlow BODY",
11 "rect": [0, 0, 800, 202], 13 "rect": [0, 0, 800, 202],
12 "reason": "invalidate paint rectangle" 14 "reason": "invalidate paint rectangle"
13 }, 15 },
14 { 16 {
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 }, 110 },
109 { 111 {
110 "object": "LayoutView #document", 112 "object": "LayoutView #document",
111 "rect": [285, 0, 15, 135], 113 "rect": [285, 0, 15, 135],
112 "reason": "scroll" 114 "reason": "scroll"
113 }, 115 },
114 { 116 {
115 "object": "LayoutView #document", 117 "object": "LayoutView #document",
116 "rect": [285, 135, 15, 15], 118 "rect": [285, 135, 15, 15],
117 "reason": "scroll" 119 "reason": "scroll"
118 },
119 {
120 "object": "HorizontalScrollbar",
121 "reason": "full"
122 },
123 {
124 "object": "InlineBox",
125 "reason": "full"
126 },
127 {
128 "object": "InlineBox",
129 "reason": "full"
130 },
131 {
132 "object": "InlineBox",
133 "reason": "full"
134 },
135 {
136 "object": "LayoutText #text",
137 "reason": "none"
138 },
139 {
140 "object": "LayoutView #document",
141 "reason": "scroll"
142 },
143 {
144 "object": "RootInlineBox",
145 "reason": "full"
146 },
147 {
148 "object": "RootInlineBox",
149 "reason": "full"
150 },
151 {
152 "object": "RootInlineBox",
153 "reason": "full"
154 },
155 {
156 "object": "RootInlineBox",
157 "reason": "full"
158 },
159 {
160 "object": "VerticalScrollbar",
161 "reason": "full"
162 } 120 }
163 ] 121 ]
164 } 122 }
123 ],
124 "objectPaintInvalidations": [
125 {
126 "object": "LayoutBlockFlow BODY",
127 "reason": "invalidate paint rectangle"
128 },
129 {
130 "object": "LayoutEmbeddedObject OBJECT",
131 "reason": "style change"
132 }
165 ] 133 ]
166 } 134 }
167 135
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698