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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/relative-sized-shadow-tree-content-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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": [
11 { 11 {
12 "object": "LayoutBlockFlow div id='contentBox'", 12 "object": "LayoutBlockFlow div id='contentBox'",
13 "rect": [8, 68, 402, 402], 13 "rect": [8, 68, 402, 402],
14 "reason": "forced by layout" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutSVGRoot svg", 17 "object": "LayoutSVGRoot svg",
18 "rect": [109, 69, 300, 400], 18 "rect": [9, 69, 400, 400],
19 "reason": "incremental" 19 "reason": "forced by layout"
20 }, 20 },
21 { 21 {
22 "object": "LayoutSVGContainer use", 22 "object": "LayoutSVGContainer use",
23 "rect": [209, 269, 200, 200], 23 "rect": [209, 269, 200, 200],
24 "reason": "bounds change" 24 "reason": "bounds change"
25 }, 25 },
26 { 26 {
27 "object": "LayoutSVGRect rect id='targetRect'", 27 "object": "LayoutSVGRect rect id='targetRect'",
28 "rect": [209, 269, 200, 200], 28 "rect": [209, 269, 200, 200],
29 "reason": "bounds change" 29 "reason": "bounds change"
(...skipping 41 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 {
89 "object": "LayoutBlockFlow div id='contentBox'", 81 "object": "LayoutBlockFlow div id='contentBox'",
90 "reason": "forced by layout" 82 "reason": "forced by layout"
91 }, 83 },
92 { 84 {
93 "object": "RootInlineBox", 85 "object": "RootInlineBox",
94 "reason": "forced by layout" 86 "reason": "forced by layout"
95 }, 87 },
96 { 88 {
97 "object": "LayoutSVGRoot svg", 89 "object": "LayoutSVGRoot svg",
98 "reason": "incremental" 90 "reason": "forced by layout"
99 }, 91 },
100 { 92 {
101 "object": "LayoutSVGRect rect id='targetRect'", 93 "object": "LayoutSVGRect rect id='targetRect'",
102 "reason": "full" 94 "reason": "full"
103 }, 95 },
104 { 96 {
105 "object": "LayoutSVGRect rect id='targetRect1'", 97 "object": "LayoutSVGRect rect id='targetRect1'",
106 "reason": "full" 98 "reason": "full"
107 }, 99 },
108 { 100 {
(...skipping 20 matching lines...) Expand all
129 "object": "LayoutSVGContainer g id='targetUse'", 121 "object": "LayoutSVGContainer g id='targetUse'",
130 "reason": "full" 122 "reason": "full"
131 }, 123 },
132 { 124 {
133 "object": "LayoutSVGRect rect id='targetRect1'", 125 "object": "LayoutSVGRect rect id='targetRect1'",
134 "reason": "full" 126 "reason": "full"
135 } 127 }
136 ] 128 ]
137 } 129 }
138 130
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698