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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/relative-sized-shadow-tree-content-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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 { 71 {
72 "object": "LayoutSVGRect rect id='targetRect'", 72 "object": "LayoutSVGRect rect id='targetRect'",
73 "rect": [59, 269, 50, 200], 73 "rect": [59, 269, 50, 200],
74 "reason": "bounds change" 74 "reason": "bounds change"
75 } 75 }
76 ] 76 ]
77 } 77 }
78 ], 78 ],
79 "objectPaintInvalidations": [ 79 "objectPaintInvalidations": [
80 { 80 {
81 "object": "RootInlineBox",
82 "reason": "full"
83 },
84 {
85 "object": "InlineBox",
86 "reason": "full"
87 },
88 {
81 "object": "LayoutBlockFlow div id='contentBox'", 89 "object": "LayoutBlockFlow div id='contentBox'",
82 "reason": "forced by layout" 90 "reason": "forced by layout"
83 }, 91 },
84 { 92 {
85 "object": "RootInlineBox", 93 "object": "RootInlineBox",
86 "reason": "forced by layout" 94 "reason": "forced by layout"
87 }, 95 },
88 { 96 {
89 "object": "LayoutSVGRoot svg", 97 "object": "LayoutSVGRoot svg",
90 "reason": "incremental" 98 "reason": "incremental"
(...skipping 30 matching lines...) Expand all
121 "object": "LayoutSVGContainer g id='targetUse'", 129 "object": "LayoutSVGContainer g id='targetUse'",
122 "reason": "full" 130 "reason": "full"
123 }, 131 },
124 { 132 {
125 "object": "LayoutSVGRect rect id='targetRect1'", 133 "object": "LayoutSVGRect rect id='targetRect1'",
126 "reason": "full" 134 "reason": "full"
127 } 135 }
128 ] 136 ]
129 } 137 }
130 138
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698