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

Side by Side Diff: LayoutTests/platform/linux/fast/repaint/table-shrink-row-repaint-expected.txt

Issue 1185423002: Enable slimming paint for fast/repaint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove old expectations Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "bounds": [785, 850], 2 "bounds": [785, 850],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 850], 5 "bounds": [785, 850],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [13, 1002, 16, 19], 9 [13, 1002, 16, 19],
10 [13, 942, 16, 19], 10 [13, 942, 16, 19],
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 [8, 302, 769, 60], 73 [8, 302, 769, 60],
74 [8, 302, 769, 60], 74 [8, 302, 769, 60],
75 [8, 242, 769, 60], 75 [8, 242, 769, 60],
76 [8, 242, 769, 60], 76 [8, 242, 769, 60],
77 [8, 182, 769, 60], 77 [8, 182, 769, 60],
78 [8, 182, 769, 60], 78 [8, 182, 769, 60],
79 [8, 122, 769, 200], 79 [8, 122, 769, 200],
80 [8, 122, 769, 60], 80 [8, 122, 769, 60],
81 [8, 122, 769, 60], 81 [8, 122, 769, 60],
82 [8, 117, 769, 205], 82 [8, 117, 769, 205],
83 [0, 850, 785, 200] 83 [0, 850, 785, 200],
84 [0, 0, 785, 1050],
85 [0, 0, 785, 850]
86 ],
87 "paintInvalidationClients": [
88 "LayoutView #document",
89 "LayoutBlockFlow HTML",
90 "LayoutTableCell TD id='resizeMe'",
91 "LayoutTableRow TR",
92 "LayoutTableCell TD",
93 "LayoutText #text",
94 "InlineTextBox '2'",
95 "LayoutTableRow TR",
96 "LayoutTableCell TD",
97 "LayoutText #text",
98 "InlineTextBox '3'",
99 "LayoutTableRow TR",
100 "LayoutTableCell TD",
101 "LayoutText #text",
102 "InlineTextBox '4'",
103 "LayoutTableRow TR",
104 "LayoutTableCell TD",
105 "LayoutText #text",
106 "InlineTextBox '5'",
107 "LayoutTableRow TR",
108 "LayoutTableCell TD",
109 "LayoutText #text",
110 "InlineTextBox '6'",
111 "LayoutTableRow TR",
112 "LayoutTableCell TD",
113 "LayoutText #text",
114 "InlineTextBox '7'",
115 "LayoutTableRow TR",
116 "LayoutTableCell TD",
117 "LayoutText #text",
118 "InlineTextBox '8'",
119 "LayoutTableRow TR",
120 "LayoutTableCell TD",
121 "LayoutText #text",
122 "InlineTextBox '9'",
123 "LayoutTableRow TR",
124 "LayoutTableCell TD",
125 "LayoutText #text",
126 "InlineTextBox '10'",
127 "LayoutTableRow TR",
128 "LayoutTableCell TD",
129 "LayoutText #text",
130 "InlineTextBox '11'",
131 "LayoutTableRow TR",
132 "LayoutTableCell TD",
133 "LayoutText #text",
134 "InlineTextBox '12'",
135 "LayoutTableRow TR",
136 "LayoutTableCell TD",
137 "LayoutText #text",
138 "InlineTextBox '13'"
84 ] 139 ]
85 } 140 }
86 ] 141 ]
87 } 142 }
88 143
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698