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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/flexbox/repaint-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 DIV id='content'", 10 "object": "LayoutBlockFlow DIV id='content'",
11 "rect": [138, 128, 654, 100], 11 "rect": [138, 128, 654, 100],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow P", 15 "object": "LayoutBlockFlow P",
16 "rect": [138, 128, 654, 100], 16 "rect": [138, 128, 654, 100],
17 "reason": "forced by layout" 17 "reason": "geometry"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow DIV id='content'", 20 "object": "LayoutBlockFlow DIV id='content'",
21 "rect": [148, 128, 644, 100], 21 "rect": [148, 128, 644, 100],
22 "reason": "style change" 22 "reason": "style change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow P", 25 "object": "LayoutBlockFlow P",
26 "rect": [148, 128, 644, 100], 26 "rect": [148, 128, 644, 100],
27 "reason": "forced by layout" 27 "reason": "geometry"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [137, 128, 637, 99], 31 "rect": [137, 128, 637, 99],
32 "reason": "forced by layout" 32 "reason": "geometry"
33 }, 33 },
34 { 34 {
35 "object": "LayoutText #text", 35 "object": "LayoutText #text",
36 "rect": [147, 128, 636, 99], 36 "rect": [147, 128, 636, 99],
37 "reason": "forced by layout" 37 "reason": "geometry"
38 }, 38 },
39 { 39 {
40 "object": "LayoutText #text", 40 "object": "LayoutText #text",
41 "rect": [147, 128, 636, 99], 41 "rect": [147, 128, 636, 99],
42 "reason": "forced by layout" 42 "reason": "geometry"
43 }, 43 },
44 { 44 {
45 "object": "LayoutBlockFlow DIV id='content'", 45 "object": "LayoutBlockFlow DIV id='content'",
46 "rect": [400, 128, 392, 180], 46 "rect": [400, 128, 392, 180],
47 "reason": "style change" 47 "reason": "style change"
48 }, 48 },
49 { 49 {
50 "object": "LayoutBlockFlow P", 50 "object": "LayoutBlockFlow P",
51 "rect": [400, 128, 392, 180], 51 "rect": [400, 128, 392, 180],
52 "reason": "forced by layout" 52 "reason": "geometry"
53 }, 53 },
54 { 54 {
55 "object": "LayoutBlockFlow DIV id='left'", 55 "object": "LayoutBlockFlow DIV id='left'",
56 "rect": [8, 228, 392, 80], 56 "rect": [8, 228, 392, 80],
57 "reason": "incremental" 57 "reason": "incremental"
58 }, 58 },
59 { 59 {
60 "object": "LayoutText #text", 60 "object": "LayoutText #text",
61 "rect": [400, 128, 391, 179], 61 "rect": [400, 128, 391, 179],
62 "reason": "forced by layout" 62 "reason": "geometry"
63 }, 63 },
64 { 64 {
65 "object": "LayoutBlockFlow DIV id='left'", 65 "object": "LayoutBlockFlow DIV id='left'",
66 "rect": [148, 128, 252, 180], 66 "rect": [148, 128, 252, 180],
67 "reason": "incremental" 67 "reason": "incremental"
68 }, 68 },
69 { 69 {
70 "object": "LayoutBlockFlow DIV id='left'", 70 "object": "LayoutBlockFlow DIV id='left'",
71 "rect": [138, 128, 10, 100], 71 "rect": [138, 128, 10, 100],
72 "reason": "incremental" 72 "reason": "incremental"
73 } 73 }
74 ] 74 ]
75 } 75 }
76 ], 76 ],
77 "objectPaintInvalidations": [ 77 "objectPaintInvalidations": [
78 { 78 {
79 "object": "LayoutBlockFlow DIV id='left'", 79 "object": "LayoutBlockFlow DIV id='left'",
80 "reason": "incremental" 80 "reason": "incremental"
81 }, 81 },
82 { 82 {
83 "object": "LayoutBlockFlow DIV id='content'", 83 "object": "LayoutBlockFlow DIV id='content'",
84 "reason": "style change" 84 "reason": "style change"
85 }, 85 },
86 { 86 {
87 "object": "LayoutBlockFlow P", 87 "object": "LayoutBlockFlow P",
88 "reason": "forced by layout" 88 "reason": "geometry"
89 }, 89 },
90 { 90 {
91 "object": "RootInlineBox", 91 "object": "RootInlineBox",
92 "reason": "forced by layout" 92 "reason": "geometry"
93 }, 93 },
94 { 94 {
95 "object": "LayoutText #text", 95 "object": "LayoutText #text",
96 "reason": "forced by layout" 96 "reason": "geometry"
97 }, 97 },
98 { 98 {
99 "object": "InlineTextBox 'Lorem ipsum dolor sit amet, consectetur adipisci ng elit. Aenean laoreet dolor id urna eleifend aliquet.'", 99 "object": "InlineTextBox 'Lorem ipsum dolor sit amet, consectetur adipisci ng elit. Aenean laoreet dolor id urna eleifend aliquet.'",
100 "reason": "forced by layout" 100 "reason": "geometry"
101 }, 101 },
102 { 102 {
103 "object": "InlineTextBox 'Nulla vel dolor ipsum. Aliquam ut turpis nisl, i n vulputate sapien. Cum sociis natoque penatibus et'", 103 "object": "InlineTextBox 'Nulla vel dolor ipsum. Aliquam ut turpis nisl, i n vulputate sapien. Cum sociis natoque penatibus et'",
104 "reason": "forced by layout" 104 "reason": "geometry"
105 }, 105 },
106 { 106 {
107 "object": "InlineTextBox 'magnis dis parturient montes, nascetur ridiculus mus. Sed congue magna vitae dolor feugiat vehicula.'", 107 "object": "InlineTextBox 'magnis dis parturient montes, nascetur ridiculus mus. Sed congue magna vitae dolor feugiat vehicula.'",
108 "reason": "forced by layout" 108 "reason": "geometry"
109 }, 109 },
110 { 110 {
111 "object": "InlineTextBox 'Sed volutpat, tellus vel varius vestibulum, puru s quam mollis sapien, in condimentum leo neque sed'", 111 "object": "InlineTextBox 'Sed volutpat, tellus vel varius vestibulum, puru s quam mollis sapien, in condimentum leo neque sed'",
112 "reason": "forced by layout" 112 "reason": "geometry"
113 }, 113 },
114 { 114 {
115 "object": "InlineTextBox 'nulla. Nunc quis porta elit. Pellentesque erat l ectus, ultricies a lobortis id, faucibus id quam.'", 115 "object": "InlineTextBox 'nulla. Nunc quis porta elit. Pellentesque erat l ectus, ultricies a lobortis id, faucibus id quam.'",
116 "reason": "forced by layout" 116 "reason": "geometry"
117 }, 117 },
118 { 118 {
119 "object": "LayoutBlockFlow DIV id='left'", 119 "object": "LayoutBlockFlow DIV id='left'",
120 "reason": "incremental" 120 "reason": "incremental"
121 }, 121 },
122 { 122 {
123 "object": "LayoutBlockFlow DIV id='content'", 123 "object": "LayoutBlockFlow DIV id='content'",
124 "reason": "style change" 124 "reason": "style change"
125 }, 125 },
126 { 126 {
127 "object": "LayoutBlockFlow P", 127 "object": "LayoutBlockFlow P",
128 "reason": "forced by layout" 128 "reason": "geometry"
129 }, 129 },
130 { 130 {
131 "object": "RootInlineBox", 131 "object": "RootInlineBox",
132 "reason": "forced by layout" 132 "reason": "geometry"
133 }, 133 },
134 { 134 {
135 "object": "LayoutText #text", 135 "object": "LayoutText #text",
136 "reason": "forced by layout" 136 "reason": "geometry"
137 }, 137 },
138 { 138 {
139 "object": "InlineTextBox 'Lorem ipsum dolor sit amet, consectetur adipisci ng elit. Aenean laoreet dolor id urna eleifend aliquet.'", 139 "object": "InlineTextBox 'Lorem ipsum dolor sit amet, consectetur adipisci ng elit. Aenean laoreet dolor id urna eleifend aliquet.'",
140 "reason": "forced by layout" 140 "reason": "geometry"
141 }, 141 },
142 { 142 {
143 "object": "InlineTextBox 'Nulla vel dolor ipsum. Aliquam ut turpis nisl, i n vulputate sapien. Cum sociis natoque penatibus et'", 143 "object": "InlineTextBox 'Nulla vel dolor ipsum. Aliquam ut turpis nisl, i n vulputate sapien. Cum sociis natoque penatibus et'",
144 "reason": "forced by layout" 144 "reason": "geometry"
145 }, 145 },
146 { 146 {
147 "object": "InlineTextBox 'magnis dis parturient montes, nascetur ridiculus mus. Sed congue magna vitae dolor feugiat vehicula.'", 147 "object": "InlineTextBox 'magnis dis parturient montes, nascetur ridiculus mus. Sed congue magna vitae dolor feugiat vehicula.'",
148 "reason": "forced by layout" 148 "reason": "geometry"
149 }, 149 },
150 { 150 {
151 "object": "InlineTextBox 'Sed volutpat, tellus vel varius vestibulum, puru s quam mollis sapien, in condimentum leo neque sed'", 151 "object": "InlineTextBox 'Sed volutpat, tellus vel varius vestibulum, puru s quam mollis sapien, in condimentum leo neque sed'",
152 "reason": "forced by layout" 152 "reason": "geometry"
153 }, 153 },
154 { 154 {
155 "object": "InlineTextBox 'nulla. Nunc quis porta elit. Pellentesque erat l ectus, ultricies a lobortis id, faucibus id quam.'", 155 "object": "InlineTextBox 'nulla. Nunc quis porta elit. Pellentesque erat l ectus, ultricies a lobortis id, faucibus id quam.'",
156 "reason": "forced by layout" 156 "reason": "geometry"
157 } 157 }
158 ] 158 ]
159 } 159 }
160 160
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698