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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/absolute-sized-content-with-resources-expected.txt

Issue 2396203002: Auto-rebaseline for r423638 (Closed)
Patch Set: Created 4 years, 2 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, 50, 402, 402], 13 "rect": [8, 50, 402, 402],
14 "reason": "forced by layout" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutSVGContainer g",
18 "rect": [42, 117, 334, 268],
19 "reason": "bounds change"
20 },
21 {
22 "object": "LayoutSVGRect rect",
23 "rect": [42, 117, 334, 268],
24 "reason": "bounds change"
25 },
26 {
17 "object": "LayoutSVGRoot svg", 27 "object": "LayoutSVGRoot svg",
18 "rect": [42, 117, 334, 268], 28 "rect": [42, 117, 334, 268],
19 "reason": "forced by layout" 29 "reason": "forced by layout"
20 }, 30 },
21 { 31 {
32 "object": "LayoutSVGEllipse circle",
33 "rect": [242, 251, 167, 200],
34 "reason": "bounds change"
35 },
36 {
37 "object": "LayoutSVGEllipse circle",
38 "rect": [242, 51, 167, 200],
39 "reason": "bounds change"
40 },
41 {
42 "object": "LayoutSVGEllipse circle",
43 "rect": [9, 251, 167, 200],
44 "reason": "location change"
45 },
46 {
47 "object": "LayoutSVGEllipse circle",
48 "rect": [9, 51, 167, 200],
49 "reason": "bounds change"
50 },
51 {
52 "object": "LayoutSVGContainer g",
53 "rect": [17, 217, 84, 68],
54 "reason": "bounds change"
55 },
56 {
57 "object": "LayoutSVGRect rect",
58 "rect": [17, 217, 84, 68],
59 "reason": "bounds change"
60 },
61 {
22 "object": "LayoutSVGRoot svg", 62 "object": "LayoutSVGRoot svg",
23 "rect": [17, 217, 84, 68], 63 "rect": [17, 217, 84, 68],
24 "reason": "forced by layout" 64 "reason": "forced by layout"
65 },
66 {
67 "object": "LayoutSVGEllipse circle",
68 "rect": [67, 251, 42, 67],
69 "reason": "bounds change"
70 },
71 {
72 "object": "LayoutSVGEllipse circle",
73 "rect": [67, 184, 42, 67],
74 "reason": "bounds change"
25 } 75 }
26 ] 76 ]
27 } 77 }
28 ], 78 ],
29 "objectPaintInvalidations": [ 79 "objectPaintInvalidations": [
30 { 80 {
31 "object": "LayoutBlockFlow div id='contentBox'", 81 "object": "LayoutBlockFlow div id='contentBox'",
32 "reason": "forced by layout" 82 "reason": "forced by layout"
33 }, 83 },
34 { 84 {
35 "object": "RootInlineBox", 85 "object": "RootInlineBox",
36 "reason": "forced by layout" 86 "reason": "forced by layout"
37 }, 87 },
38 { 88 {
39 "object": "LayoutSVGRoot svg", 89 "object": "LayoutSVGRoot svg",
40 "reason": "forced by layout" 90 "reason": "forced by layout"
91 },
92 {
93 "object": "LayoutSVGHiddenContainer defs",
94 "reason": "location change"
95 },
96 {
97 "object": "LayoutSVGResourceLinearGradient linearGradient id='gradient'",
98 "reason": "location change"
99 },
100 {
101 "object": "LayoutSVGGradientStop stop",
102 "reason": "location change"
103 },
104 {
105 "object": "LayoutSVGGradientStop stop",
106 "reason": "location change"
107 },
108 {
109 "object": "LayoutSVGResourceMasker mask id='mask'",
110 "reason": "location change"
111 },
112 {
113 "object": "LayoutSVGEllipse circle",
114 "reason": "bounds change"
115 },
116 {
117 "object": "LayoutSVGEllipse circle",
118 "reason": "location change"
119 },
120 {
121 "object": "LayoutSVGEllipse circle",
122 "reason": "bounds change"
123 },
124 {
125 "object": "LayoutSVGEllipse circle",
126 "reason": "bounds change"
127 },
128 {
129 "object": "LayoutSVGContainer g",
130 "reason": "bounds change"
131 },
132 {
133 "object": "LayoutSVGRect rect",
134 "reason": "bounds change"
41 } 135 }
42 ] 136 ]
43 } 137 }
44 138
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698