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

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

Powered by Google App Engine
This is Rietveld 408576698