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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/table/resize-table-repaint-percent-size-cell-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": "LayoutTableRow TR",
13 "rect": [0, 292, 106, 236],
14 "reason": "bounds change"
15 },
16 {
17 "object": "LayoutTableRow TR",
18 "rect": [0, 100, 106, 190],
19 "reason": "incremental"
20 },
21 {
22 "object": "LayoutTableRow TR",
23 "rect": [0, 102, 106, 46],
24 "reason": "bounds change"
25 },
26 {
27 "object": "LayoutTableCell TD",
28 "rect": [2, 52, 102, 238],
29 "reason": "forced by layout"
30 },
31 {
32 "object": "LayoutTableCell TD",
33 "rect": [2, 292, 102, 236],
34 "reason": "forced by layout"
35 },
36 {
37 "object": "LayoutTableCell TD",
38 "rect": [2, 102, 102, 46],
39 "reason": "forced by layout"
40 },
41 {
42 "object": "LayoutText #text",
43 "rect": [3, 401, 46, 17],
44 "reason": "forced by layout"
45 },
46 {
47 "object": "LayoutText #text",
48 "rect": [3, 162, 46, 17],
49 "reason": "forced by layout"
50 },
51 {
52 "object": "LayoutText #text",
53 "rect": [3, 116, 46, 17],
54 "reason": "forced by layout"
55 },
56 {
57 "object": "LayoutText #text",
58 "rect": [3, 67, 46, 17],
59 "reason": "forced by layout"
60 }
61 ]
62 }
63 ],
64 "objectPaintInvalidations": [
65 {
66 "object": "LayoutTableRow TR",
67 "reason": "incremental"
68 },
69 {
70 "object": "LayoutTableCell TD",
71 "reason": "forced by layout"
72 },
73 {
74 "object": "RootInlineBox",
75 "reason": "forced by layout"
76 },
77 {
78 "object": "LayoutText #text",
79 "reason": "forced by layout"
80 },
81 {
82 "object": "InlineTextBox 'ROW1'",
83 "reason": "forced by layout"
84 },
85 {
86 "object": "LayoutTableRow TR",
87 "reason": "bounds change"
88 },
89 {
90 "object": "LayoutTableCell TD",
91 "reason": "forced by layout"
92 },
93 {
94 "object": "RootInlineBox",
95 "reason": "forced by layout"
96 },
97 {
98 "object": "LayoutText #text",
99 "reason": "forced by layout"
100 },
101 {
102 "object": "InlineTextBox 'ROW2'",
103 "reason": "forced by layout"
104 }
105 ]
106 }
107
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698