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

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

Issue 2086703002: Auto-rebaseline for r400760 (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 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 { 116 {
117 "object": "LayoutView #document", 117 "object": "LayoutView #document",
118 "rect": [285, 135, 15, 15], 118 "rect": [285, 135, 15, 15],
119 "reason": "scroll" 119 "reason": "scroll"
120 } 120 }
121 ] 121 ]
122 } 122 }
123 ], 123 ],
124 "objectPaintInvalidations": [ 124 "objectPaintInvalidations": [
125 { 125 {
126 "object": "InlineBox",
127 "reason": "full"
128 },
129 {
130 "object": "RootInlineBox",
131 "reason": "full"
132 },
133 {
126 "object": "LayoutBlockFlow BODY", 134 "object": "LayoutBlockFlow BODY",
127 "reason": "invalidate paint rectangle" 135 "reason": "invalidate paint rectangle"
128 }, 136 },
129 { 137 {
130 "object": "LayoutEmbeddedObject OBJECT", 138 "object": "LayoutEmbeddedObject OBJECT",
131 "reason": "style change" 139 "reason": "style change"
132 } 140 }
133 ] 141 ]
134 } 142 }
135 143
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698