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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/images/repaint-subrect-grid-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": "LayoutBlockFlow (positioned) DIV id='mask'",
13 "rect": [45, 18, 20, 19],
14 "reason": "bounds change"
15 },
16 {
17 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
18 "rect": [45, 18, 20, 19],
19 "reason": "bounds change"
20 },
21 {
22 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
23 "rect": [-10, 18, 20, 19],
24 "reason": "bounds change"
25 },
26 {
27 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
28 "rect": [-10, 18, 20, 19],
29 "reason": "bounds change"
30 },
31 {
32 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
33 "rect": [36, 36, 19, 19],
34 "reason": "bounds change"
35 },
36 {
37 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
38 "rect": [36, 36, 19, 19],
39 "reason": "bounds change"
40 },
41 {
42 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
43 "rect": [36, 0, 19, 19],
44 "reason": "bounds change"
45 },
46 {
47 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
48 "rect": [36, 0, 19, 19],
49 "reason": "bounds change"
50 },
51 {
52 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
53 "rect": [27, 18, 19, 19],
54 "reason": "bounds change"
55 },
56 {
57 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
58 "rect": [27, 18, 19, 19],
59 "reason": "bounds change"
60 },
61 {
62 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
63 "rect": [18, 36, 19, 19],
64 "reason": "bounds change"
65 },
66 {
67 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
68 "rect": [18, 36, 19, 19],
69 "reason": "bounds change"
70 },
71 {
72 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
73 "rect": [18, 0, 19, 19],
74 "reason": "bounds change"
75 },
76 {
77 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
78 "rect": [18, 0, 19, 19],
79 "reason": "bounds change"
80 },
81 {
82 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
83 "rect": [9, 18, 19, 19],
84 "reason": "bounds change"
85 },
86 {
87 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
88 "rect": [9, 18, 19, 19],
89 "reason": "bounds change"
90 },
91 {
92 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
93 "rect": [0, 36, 19, 19],
94 "reason": "bounds change"
95 },
96 {
97 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
98 "rect": [0, 36, 19, 19],
99 "reason": "bounds change"
100 },
101 {
102 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
103 "rect": [0, 0, 19, 19],
104 "reason": "bounds change"
105 },
106 {
107 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
108 "rect": [0, 0, 19, 19],
109 "reason": "bounds change"
110 },
111 {
112 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
113 "rect": [-100, -100, 19, 19],
114 "reason": "bounds change"
115 },
116 {
117 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
118 "rect": [-100, -100, 19, 19],
119 "reason": "bounds change"
120 }
121 ]
122 }
123 ],
124 "objectPaintInvalidations": [
125 {
126 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
127 "reason": "bounds change"
128 },
129 {
130 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
131 "reason": "bounds change"
132 },
133 {
134 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
135 "reason": "bounds change"
136 },
137 {
138 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
139 "reason": "bounds change"
140 },
141 {
142 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
143 "reason": "bounds change"
144 },
145 {
146 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
147 "reason": "bounds change"
148 },
149 {
150 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
151 "reason": "bounds change"
152 },
153 {
154 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
155 "reason": "bounds change"
156 },
157 {
158 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
159 "reason": "bounds change"
160 },
161 {
162 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
163 "reason": "bounds change"
164 },
165 {
166 "object": "LayoutBlockFlow (positioned) DIV id='mask'",
167 "reason": "bounds change"
168 }
169 ]
170 }
171
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698