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

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

Issue 2442383002: Simplify ObjectPaintInvalidatorW/C::computePaintInvalidationReason() (Closed)
Patch Set: rebaseline-cl Created 4 years, 1 month 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow div id='contentBox'", 10 "object": "LayoutBlockFlow div id='contentBox'",
(...skipping 11 matching lines...) Expand all
22 "reason": "bounds change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGRect rect id='targetRect'", 25 "object": "LayoutSVGRect rect id='targetRect'",
26 "rect": [209, 269, 200, 200], 26 "rect": [209, 269, 200, 200],
27 "reason": "bounds change" 27 "reason": "bounds change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutSVGRect rect id='targetRect'", 30 "object": "LayoutSVGRect rect id='targetRect'",
31 "rect": [9, 269, 200, 200], 31 "rect": [9, 269, 200, 200],
32 "reason": "full" 32 "reason": "bounds change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGContainer g id='targetUse'", 35 "object": "LayoutSVGContainer g id='targetUse'",
36 "rect": [9, 69, 200, 200], 36 "rect": [9, 69, 200, 200],
37 "reason": "full" 37 "reason": "bounds change"
38 }, 38 },
39 { 39 {
40 "object": "LayoutSVGContainer use", 40 "object": "LayoutSVGContainer use",
41 "rect": [9, 69, 200, 200], 41 "rect": [9, 69, 200, 200],
42 "reason": "full" 42 "reason": "bounds change"
43 }, 43 },
44 { 44 {
45 "object": "LayoutSVGContainer use id='targetUse'", 45 "object": "LayoutSVGContainer use id='targetUse'",
46 "rect": [9, 69, 200, 200], 46 "rect": [9, 69, 200, 200],
47 "reason": "full" 47 "reason": "bounds change"
48 }, 48 },
49 { 49 {
50 "object": "LayoutSVGRect rect id='targetRect1'", 50 "object": "LayoutSVGRect rect id='targetRect1'",
51 "rect": [9, 69, 200, 200], 51 "rect": [9, 69, 200, 200],
52 "reason": "full" 52 "reason": "bounds change"
53 }, 53 },
54 { 54 {
55 "object": "LayoutSVGRect rect id='targetRect1'", 55 "object": "LayoutSVGRect rect id='targetRect1'",
56 "rect": [9, 69, 200, 200], 56 "rect": [9, 69, 200, 200],
57 "reason": "full" 57 "reason": "bounds change"
58 }, 58 },
59 { 59 {
60 "object": "LayoutSVGRect rect id='targetRect1'", 60 "object": "LayoutSVGRect rect id='targetRect1'",
61 "rect": [9, 69, 200, 200], 61 "rect": [9, 69, 200, 200],
62 "reason": "full" 62 "reason": "bounds change"
63 }, 63 },
64 { 64 {
65 "object": "LayoutSVGContainer use", 65 "object": "LayoutSVGContainer use",
66 "rect": [59, 269, 50, 200], 66 "rect": [59, 269, 50, 200],
67 "reason": "bounds change" 67 "reason": "bounds change"
68 }, 68 },
69 { 69 {
70 "object": "LayoutSVGRect rect id='targetRect'", 70 "object": "LayoutSVGRect rect id='targetRect'",
71 "rect": [59, 269, 50, 200], 71 "rect": [59, 269, 50, 200],
72 "reason": "bounds change" 72 "reason": "bounds change"
(...skipping 13 matching lines...) Expand all
86 { 86 {
87 "object": "LayoutSVGRoot svg", 87 "object": "LayoutSVGRoot svg",
88 "reason": "forced by layout" 88 "reason": "forced by layout"
89 }, 89 },
90 { 90 {
91 "object": "LayoutSVGHiddenContainer defs", 91 "object": "LayoutSVGHiddenContainer defs",
92 "reason": "location change" 92 "reason": "location change"
93 }, 93 },
94 { 94 {
95 "object": "LayoutSVGRect rect id='targetRect'", 95 "object": "LayoutSVGRect rect id='targetRect'",
96 "reason": "full" 96 "reason": "bounds change"
97 }, 97 },
98 { 98 {
99 "object": "LayoutSVGRect rect id='targetRect1'", 99 "object": "LayoutSVGRect rect id='targetRect1'",
100 "reason": "full" 100 "reason": "bounds change"
101 }, 101 },
102 { 102 {
103 "object": "LayoutSVGContainer use id='targetUse'", 103 "object": "LayoutSVGContainer use id='targetUse'",
104 "reason": "full" 104 "reason": "bounds change"
105 }, 105 },
106 { 106 {
107 "object": "LayoutSVGRect rect id='targetRect1'", 107 "object": "LayoutSVGRect rect id='targetRect1'",
108 "reason": "full" 108 "reason": "bounds change"
109 }, 109 },
110 { 110 {
111 "object": "LayoutSVGContainer use", 111 "object": "LayoutSVGContainer use",
112 "reason": "bounds change" 112 "reason": "bounds change"
113 }, 113 },
114 { 114 {
115 "object": "LayoutSVGRect rect id='targetRect'", 115 "object": "LayoutSVGRect rect id='targetRect'",
116 "reason": "bounds change" 116 "reason": "bounds change"
117 }, 117 },
118 { 118 {
119 "object": "LayoutSVGContainer use", 119 "object": "LayoutSVGContainer use",
120 "reason": "full" 120 "reason": "bounds change"
121 }, 121 },
122 { 122 {
123 "object": "LayoutSVGContainer g id='targetUse'", 123 "object": "LayoutSVGContainer g id='targetUse'",
124 "reason": "full" 124 "reason": "bounds change"
125 }, 125 },
126 { 126 {
127 "object": "LayoutSVGRect rect id='targetRect1'", 127 "object": "LayoutSVGRect rect id='targetRect1'",
128 "reason": "full" 128 "reason": "bounds change"
129 } 129 }
130 ] 130 ]
131 } 131 }
132 132
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698