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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/multicol/column-rules-fixed-height-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": "LayoutMultiColumnFlowThread (anonymous)",
13 "rect": [8, 52, 625, 315],
14 "reason": "forced by layout"
15 },
16 {
17 "object": "LayoutMultiColumnSet (anonymous)",
18 "rect": [8, 52, 525, 315],
19 "reason": "style change"
20 },
21 {
22 "object": "LayoutBlockFlow DIV id='target'",
23 "rect": [8, 52, 310, 315],
24 "reason": "style change"
25 }
26 ]
27 }
28 ],
29 "objectPaintInvalidations": [
30 {
31 "object": "LayoutBlockFlow DIV id='target'",
32 "reason": "style change"
33 },
34 {
35 "object": "LayoutMultiColumnFlowThread (anonymous)",
36 "reason": "forced by layout"
37 },
38 {
39 "object": "LayoutBR BR",
40 "reason": "forced by layout"
41 },
42 {
43 "object": "InlineTextBox '\n'",
44 "reason": "forced by layout"
45 },
46 {
47 "object": "LayoutBR BR",
48 "reason": "forced by layout"
49 },
50 {
51 "object": "InlineTextBox '\n'",
52 "reason": "forced by layout"
53 },
54 {
55 "object": "LayoutBR BR",
56 "reason": "forced by layout"
57 },
58 {
59 "object": "InlineTextBox '\n'",
60 "reason": "forced by layout"
61 },
62 {
63 "object": "LayoutBR BR",
64 "reason": "forced by layout"
65 },
66 {
67 "object": "InlineTextBox '\n'",
68 "reason": "forced by layout"
69 },
70 {
71 "object": "LayoutBR BR",
72 "reason": "forced by layout"
73 },
74 {
75 "object": "InlineTextBox '\n'",
76 "reason": "forced by layout"
77 },
78 {
79 "object": "LayoutBR BR",
80 "reason": "forced by layout"
81 },
82 {
83 "object": "InlineTextBox '\n'",
84 "reason": "forced by layout"
85 },
86 {
87 "object": "LayoutBR BR",
88 "reason": "forced by layout"
89 },
90 {
91 "object": "InlineTextBox '\n'",
92 "reason": "forced by layout"
93 },
94 {
95 "object": "LayoutBR BR",
96 "reason": "forced by layout"
97 },
98 {
99 "object": "InlineTextBox '\n'",
100 "reason": "forced by layout"
101 },
102 {
103 "object": "LayoutBR BR",
104 "reason": "forced by layout"
105 },
106 {
107 "object": "InlineTextBox '\n'",
108 "reason": "forced by layout"
109 },
110 {
111 "object": "LayoutBR BR",
112 "reason": "forced by layout"
113 },
114 {
115 "object": "InlineTextBox '\n'",
116 "reason": "forced by layout"
117 },
118 {
119 "object": "LayoutBR BR",
120 "reason": "forced by layout"
121 },
122 {
123 "object": "InlineTextBox '\n'",
124 "reason": "forced by layout"
125 },
126 {
127 "object": "LayoutBR BR",
128 "reason": "forced by layout"
129 },
130 {
131 "object": "InlineTextBox '\n'",
132 "reason": "forced by layout"
133 },
134 {
135 "object": "LayoutMultiColumnSet (anonymous)",
136 "reason": "style change"
137 }
138 ]
139 }
140
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698