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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/compositing/overflow/updating-scrolling-container-and-content-expected.txt

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 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
(Empty)
1 {
2 "name": "Content Root Layer",
3 "bounds": [800, 600],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutText #text",
13 "rect": [8, 275, 75, 18],
14 "reason": "style change"
15 },
16 {
17 "object": "LayoutText #text",
18 "rect": [8, 257, 75, 18],
19 "reason": "style change"
20 },
21 {
22 "object": "LayoutText #text",
23 "rect": [8, 239, 75, 18],
24 "reason": "style change"
25 },
26 {
27 "object": "LayoutText #text",
28 "rect": [8, 221, 75, 18],
29 "reason": "style change"
30 },
31 {
32 "object": "LayoutText #text",
33 "rect": [8, 203, 75, 18],
34 "reason": "style change"
35 },
36 {
37 "object": "LayoutText #text",
38 "rect": [8, 185, 75, 18],
39 "reason": "style change"
40 },
41 {
42 "object": "LayoutText #text",
43 "rect": [8, 167, 75, 18],
44 "reason": "style change"
45 },
46 {
47 "object": "LayoutText #text",
48 "rect": [8, 149, 75, 18],
49 "reason": "style change"
50 },
51 {
52 "object": "LayoutText #text",
53 "rect": [8, 131, 75, 18],
54 "reason": "style change"
55 },
56 {
57 "object": "LayoutText #text",
58 "rect": [8, 113, 75, 18],
59 "reason": "style change"
60 },
61 {
62 "object": "LayoutText #text",
63 "rect": [8, 108, 75, 5],
64 "reason": "style change"
65 }
66 ]
67 }
68 ],
69 "objectPaintInvalidations": [
70 {
71 "object": "LayoutText #text",
72 "reason": "style change"
73 },
74 {
75 "object": "InlineTextBox 'CONTENT'",
76 "reason": "style change"
77 },
78 {
79 "object": "LayoutText #text",
80 "reason": "style change"
81 },
82 {
83 "object": "InlineTextBox 'CONTENT'",
84 "reason": "style change"
85 },
86 {
87 "object": "LayoutText #text",
88 "reason": "style change"
89 },
90 {
91 "object": "InlineTextBox 'CONTENT'",
92 "reason": "style change"
93 },
94 {
95 "object": "LayoutText #text",
96 "reason": "style change"
97 },
98 {
99 "object": "InlineTextBox 'CONTENT'",
100 "reason": "style change"
101 },
102 {
103 "object": "LayoutText #text",
104 "reason": "style change"
105 },
106 {
107 "object": "InlineTextBox 'CONTENT'",
108 "reason": "style change"
109 },
110 {
111 "object": "LayoutText #text",
112 "reason": "style change"
113 },
114 {
115 "object": "InlineTextBox 'CONTENT'",
116 "reason": "style change"
117 },
118 {
119 "object": "LayoutText #text",
120 "reason": "style change"
121 },
122 {
123 "object": "InlineTextBox 'CONTENT'",
124 "reason": "style change"
125 },
126 {
127 "object": "LayoutText #text",
128 "reason": "style change"
129 },
130 {
131 "object": "InlineTextBox 'CONTENT'",
132 "reason": "style change"
133 },
134 {
135 "object": "LayoutText #text",
136 "reason": "style change"
137 },
138 {
139 "object": "InlineTextBox 'CONTENT'",
140 "reason": "style change"
141 },
142 {
143 "object": "LayoutText #text",
144 "reason": "style change"
145 },
146 {
147 "object": "InlineTextBox 'CONTENT'",
148 "reason": "style change"
149 },
150 {
151 "object": "LayoutText #text",
152 "reason": "style change"
153 },
154 {
155 "object": "InlineTextBox 'CONTENT'",
156 "reason": "style change"
157 },
158 {
159 "object": "LayoutText #text",
160 "reason": "style change"
161 },
162 {
163 "object": "InlineTextBox 'CONTENT'",
164 "reason": "style change"
165 },
166 {
167 "object": "LayoutText #text",
168 "reason": "style change"
169 },
170 {
171 "object": "InlineTextBox 'CONTENT'",
172 "reason": "style change"
173 }
174 ]
175 }
176
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698