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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/column-rules-fixed-height-expected.txt

Issue 2509813004: Improve strut handling in initial column balancing pass. (Closed)
Patch Set: Rebaseline for column-rules-fixed-height. This test no longer triggers deep layout. Created 4 years, 1 month 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
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutMultiColumnFlowThread (anonymous)", 10 "object": "LayoutMultiColumnFlowThread (anonymous)",
(...skipping 16 matching lines...) Expand all
27 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
28 { 28 {
29 "object": "LayoutBlockFlow DIV id='target'", 29 "object": "LayoutBlockFlow DIV id='target'",
30 "reason": "style change" 30 "reason": "style change"
31 }, 31 },
32 { 32 {
33 "object": "LayoutMultiColumnFlowThread (anonymous)", 33 "object": "LayoutMultiColumnFlowThread (anonymous)",
34 "reason": "forced by layout" 34 "reason": "forced by layout"
35 }, 35 },
36 { 36 {
37 "object": "LayoutBR BR",
38 "reason": "forced by layout"
39 },
40 {
41 "object": "InlineTextBox '\n'",
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutBR BR",
46 "reason": "forced by layout"
47 },
48 {
49 "object": "InlineTextBox '\n'",
50 "reason": "forced by layout"
51 },
52 {
53 "object": "LayoutBR BR",
54 "reason": "forced by layout"
55 },
56 {
57 "object": "InlineTextBox '\n'",
58 "reason": "forced by layout"
59 },
60 {
61 "object": "LayoutBR BR",
62 "reason": "forced by layout"
63 },
64 {
65 "object": "InlineTextBox '\n'",
66 "reason": "forced by layout"
67 },
68 {
69 "object": "LayoutBR BR",
70 "reason": "forced by layout"
71 },
72 {
73 "object": "InlineTextBox '\n'",
74 "reason": "forced by layout"
75 },
76 {
77 "object": "LayoutBR BR",
78 "reason": "forced by layout"
79 },
80 {
81 "object": "InlineTextBox '\n'",
82 "reason": "forced by layout"
83 },
84 {
85 "object": "LayoutBR BR",
86 "reason": "forced by layout"
87 },
88 {
89 "object": "InlineTextBox '\n'",
90 "reason": "forced by layout"
91 },
92 {
93 "object": "LayoutBR BR",
94 "reason": "forced by layout"
95 },
96 {
97 "object": "InlineTextBox '\n'",
98 "reason": "forced by layout"
99 },
100 {
101 "object": "LayoutBR BR",
102 "reason": "forced by layout"
103 },
104 {
105 "object": "InlineTextBox '\n'",
106 "reason": "forced by layout"
107 },
108 {
109 "object": "LayoutBR BR",
110 "reason": "forced by layout"
111 },
112 {
113 "object": "InlineTextBox '\n'",
114 "reason": "forced by layout"
115 },
116 {
117 "object": "LayoutBR BR",
118 "reason": "forced by layout"
119 },
120 {
121 "object": "InlineTextBox '\n'",
122 "reason": "forced by layout"
123 },
124 {
125 "object": "LayoutBR BR",
126 "reason": "forced by layout"
127 },
128 {
129 "object": "InlineTextBox '\n'",
130 "reason": "forced by layout"
131 },
132 {
133 "object": "LayoutMultiColumnSet (anonymous)", 37 "object": "LayoutMultiColumnSet (anonymous)",
134 "reason": "style change" 38 "reason": "style change"
135 } 39 }
136 ] 40 ]
137 } 41 }
138 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698