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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/table/table-all-rowspans-height-distribution-in-rows-expected.txt

Issue 2564123002: Run spellchecker on fast/table tests. (Closed)
Patch Set: rebaseline-cl Created 4 years 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/table/table-rowspan-crash-with-huge-rowspan-cells-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Test for chromium bug : 252120. Content of the row spanning cell is flowing out of the cell boundries. 1 Test for chromium bug : 252120. Content of the row spanning cell is flowing out of the cell boundries.
2 2
3 Row spanning cell height is not set as per its content height or given height to this cells. 3 Row spanning cell height is not set as per its content height or given height to this cells.
4 4
5 Test 1 - One row spanning cell present under the boundries of other row spanning cell and inner row spanning cell have lots of content. 5 Test 1 - One row spanning cell present under the boundries of other row spanning cell and inner row spanning cell have lots of content.
6 6
7 row0 col0 rowspan=6 height=400px row0 col1 7 row0 col0 rowspan=6 height=400px row0 col1
8 PASS 8 PASS
9 row1 col1 9 row1 col1
10 PASS 10 PASS
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 53
54 <tr data-expected-height="247"> 54 <tr data-expected-height="247">
55 <td>row3 col2</td> 55 <td>row3 col2</td>
56 </tr> 56 </tr>
57 row4 col2 57 row4 col2
58 PASS 58 PASS
59 row5 col1 59 row5 col1
60 PASS 60 PASS
61 row6 col0 61 row6 col0
62 PASS 62 PASS
63 Test 3 - 2 same row spanning cells with diffrent heights. 63 Test 3 - 2 same row spanning cells with different heights.
64 64
65 row0 col0 rowspan=6 height=300px row0 col1 rowspan=6 height=500px 65 row0 col0 rowspan=6 height=300px row0 col1 rowspan=6 height=500px
66 PASS 66 PASS
67 row1 col1 67 row1 col1
68 FAIL: 68 FAIL:
69 Expected 90 for height, but got 43. 69 Expected 90 for height, but got 43.
70 70
71 <tr data-expected-height="90"> 71 <tr data-expected-height="90">
72 <td>row1 col1</td> 72 <td>row1 col1</td>
73 </tr> 73 </tr>
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 118
119 <tr data-expected-height="176"> 119 <tr data-expected-height="176">
120 <td>row4 col2</td> 120 <td>row4 col2</td>
121 </tr> 121 </tr>
122 row5 col2 122 row5 col2
123 PASS 123 PASS
124 row6 col2 124 row6 col2
125 PASS 125 PASS
126 row7 col0 126 row7 col0
127 PASS 127 PASS
128 Test 5 - 2 spanning cells starts at diffrent row index but end at same row index . 128 Test 5 - 2 spanning cells starts at different row index but end at same row inde x.
129 129
130 row0 col0 rowspan=6 height=400px row0 col1 130 row0 col0 rowspan=6 height=400px row0 col1
131 PASS 131 PASS
132 row1 col1 rowspan=6 height=800px 132 row1 col1 rowspan=6 height=800px
133 PASS 133 PASS
134 row2 col2 134 row2 col2
135 FAIL: 135 FAIL:
136 Expected 130 for height, but got 132. 136 Expected 130 for height, but got 132.
137 137
138 <tr data-expected-height="130"> 138 <tr data-expected-height="130">
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 241
242 <tr data-expected-height="37"> 242 <tr data-expected-height="37">
243 <td>row7 col1</td> 243 <td>row7 col1</td>
244 </tr> 244 </tr>
245 row8 col1 245 row8 col1
246 PASS 246 PASS
247 row9 col1 247 row9 col1
248 PASS 248 PASS
249 row10 col1 249 row10 col1
250 PASS 250 PASS
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/table/table-rowspan-crash-with-huge-rowspan-cells-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698