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

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

Powered by Google App Engine
This is Rietveld 408576698