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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/svg/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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 "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 BODY", 10 "object": "LayoutBlockFlow BODY",
11 "rect": [0, 0, 800, 600], 11 "rect": [0, 0, 800, 600],
12 "reason": "forced by layout" 12 "reason": "geometry"
13 }, 13 },
14 { 14 {
15 "object": "LayoutEmbeddedObject OBJECT", 15 "object": "LayoutEmbeddedObject OBJECT",
16 "rect": [0, 0, 402, 202], 16 "rect": [0, 0, 402, 202],
17 "reason": "style change" 17 "reason": "style change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow BODY", 20 "object": "LayoutBlockFlow BODY",
21 "rect": [1, 1, 400, 200], 21 "rect": [1, 1, 400, 200],
22 "reason": "forced by layout" 22 "reason": "geometry"
23 }, 23 },
24 { 24 {
25 "object": "LayoutEmbeddedObject OBJECT", 25 "object": "LayoutEmbeddedObject OBJECT",
26 "rect": [1, 1, 400, 200], 26 "rect": [1, 1, 400, 200],
27 "reason": "forced by layout" 27 "reason": "geometry"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow BODY", 30 "object": "LayoutBlockFlow BODY",
31 "rect": [0, 0, 285, 135], 31 "rect": [0, 0, 285, 135],
32 "reason": "forced by layout" 32 "reason": "geometry"
33 }, 33 },
34 { 34 {
35 "object": "LayoutEmbeddedObject OBJECT", 35 "object": "LayoutEmbeddedObject OBJECT",
36 "rect": [0, 0, 285, 135], 36 "rect": [0, 0, 285, 135],
37 "reason": "forced by layout" 37 "reason": "geometry"
38 }, 38 },
39 { 39 {
40 "object": "LayoutView #document", 40 "object": "LayoutView #document",
41 "rect": [0, 135, 285, 15], 41 "rect": [0, 135, 285, 15],
42 "reason": "scroll" 42 "reason": "scroll control"
43 }, 43 },
44 { 44 {
45 "object": "LayoutSVGRect rect", 45 "object": "LayoutSVGRect rect",
46 "rect": [211, 11, 180, 180], 46 "rect": [211, 11, 180, 180],
47 "reason": "bounds change" 47 "reason": "geometry"
48 }, 48 },
49 { 49 {
50 "object": "LayoutSVGRect rect", 50 "object": "LayoutSVGRect rect",
51 "rect": [11, 11, 180, 180], 51 "rect": [11, 11, 180, 180],
52 "reason": "bounds change" 52 "reason": "geometry"
53 }, 53 },
54 { 54 {
55 "object": "LayoutSVGRect rect", 55 "object": "LayoutSVGRect rect",
56 "rect": [10, 10, 180, 125], 56 "rect": [10, 10, 180, 125],
57 "reason": "bounds change" 57 "reason": "geometry"
58 }, 58 },
59 { 59 {
60 "object": "LayoutSVGRect rect", 60 "object": "LayoutSVGRect rect",
61 "rect": [210, 10, 75, 125], 61 "rect": [210, 10, 75, 125],
62 "reason": "bounds change" 62 "reason": "geometry"
63 }, 63 },
64 { 64 {
65 "object": "LayoutView #document", 65 "object": "LayoutView #document",
66 "rect": [285, 0, 15, 135], 66 "rect": [285, 0, 15, 135],
67 "reason": "scroll" 67 "reason": "scroll control"
68 }, 68 },
69 { 69 {
70 "object": "LayoutView #document", 70 "object": "LayoutView #document",
71 "rect": [285, 135, 15, 15], 71 "rect": [285, 135, 15, 15],
72 "reason": "scroll" 72 "reason": "scroll control"
73 } 73 }
74 ] 74 ]
75 } 75 }
76 ], 76 ],
77 "objectPaintInvalidations": [ 77 "objectPaintInvalidations": [
78 { 78 {
79 "object": "LayoutBlockFlow BODY", 79 "object": "LayoutBlockFlow BODY",
80 "reason": "forced by layout" 80 "reason": "geometry"
81 }, 81 },
82 { 82 {
83 "object": "RootInlineBox", 83 "object": "RootInlineBox",
84 "reason": "forced by layout" 84 "reason": "geometry"
85 }, 85 },
86 { 86 {
87 "object": "LayoutEmbeddedObject OBJECT", 87 "object": "LayoutEmbeddedObject OBJECT",
88 "reason": "style change" 88 "reason": "style change"
89 }, 89 },
90 { 90 {
91 "object": "HorizontalScrollbar", 91 "object": "HorizontalScrollbar",
92 "reason": "scroll" 92 "reason": "scroll control"
93 }, 93 },
94 { 94 {
95 "object": "VerticalScrollbar", 95 "object": "VerticalScrollbar",
96 "reason": "scroll" 96 "reason": "scroll control"
97 }, 97 },
98 { 98 {
99 "object": "LayoutView #document", 99 "object": "LayoutView #document",
100 "reason": "scroll" 100 "reason": "geometry"
101 }, 101 },
102 { 102 {
103 "object": "LayoutView #document", 103 "object": "LayoutView #document",
104 "reason": "scroll" 104 "reason": "geometry"
105 }, 105 },
106 { 106 {
107 "object": "LayoutBlockFlow HTML", 107 "object": "LayoutBlockFlow HTML",
108 "reason": "location change" 108 "reason": "geometry"
109 }, 109 },
110 { 110 {
111 "object": "LayoutBlockFlow BODY", 111 "object": "LayoutBlockFlow BODY",
112 "reason": "forced by layout" 112 "reason": "geometry"
113 }, 113 },
114 { 114 {
115 "object": "RootInlineBox", 115 "object": "RootInlineBox",
116 "reason": "forced by layout" 116 "reason": "geometry"
117 }, 117 },
118 { 118 {
119 "object": "LayoutEmbeddedObject OBJECT", 119 "object": "LayoutEmbeddedObject OBJECT",
120 "reason": "forced by layout" 120 "reason": "geometry"
121 }, 121 },
122 { 122 {
123 "object": "LayoutText #text", 123 "object": "LayoutText #text",
124 "reason": "location change" 124 "reason": "geometry"
125 }, 125 },
126 { 126 {
127 "object": "LayoutView #document", 127 "object": "LayoutView #document",
128 "reason": "location change" 128 "reason": "geometry"
129 }, 129 },
130 { 130 {
131 "object": "LayoutSVGRoot svg", 131 "object": "LayoutSVGRoot svg",
132 "reason": "location change" 132 "reason": "geometry"
133 }, 133 },
134 { 134 {
135 "object": "LayoutSVGRect rect", 135 "object": "LayoutSVGRect rect",
136 "reason": "bounds change" 136 "reason": "geometry"
137 }, 137 },
138 { 138 {
139 "object": "LayoutSVGRect rect", 139 "object": "LayoutSVGRect rect",
140 "reason": "bounds change" 140 "reason": "geometry"
141 } 141 }
142 ] 142 ]
143 } 143 }
144 144
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698