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

Side by Side Diff: third_party/WebKit/LayoutTests/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
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 26 matching lines...) Expand all
37 row2 col1 rowspan=3 height=400px 37 row2 col1 rowspan=3 height=400px
38 PASS 38 PASS
39 row3 col2 39 row3 col2
40 PASS 40 PASS
41 row4 col2 41 row4 col2
42 PASS 42 PASS
43 row5 col1 43 row5 col1
44 PASS 44 PASS
45 row6 col0 45 row6 col0
46 PASS 46 PASS
47 Test 3 - 2 same row spanning cells with diffrent heights. 47 Test 3 - 2 same row spanning cells with different heights.
48 48
49 row0 col0 rowspan=6 height=300px row0 col1 rowspan=6 height=500px 49 row0 col0 rowspan=6 height=300px row0 col1 rowspan=6 height=500px
50 PASS 50 PASS
51 row1 col1 51 row1 col1
52 PASS 52 PASS
53 row2 col1 53 row2 col1
54 PASS 54 PASS
55 row3 col1 55 row3 col1
56 PASS 56 PASS
57 row4 col1 57 row4 col1
(...skipping 13 matching lines...) Expand all
71 row3 col2 71 row3 col2
72 PASS 72 PASS
73 row4 col2 73 row4 col2
74 PASS 74 PASS
75 row5 col2 75 row5 col2
76 PASS 76 PASS
77 row6 col2 77 row6 col2
78 PASS 78 PASS
79 row7 col0 79 row7 col0
80 PASS 80 PASS
81 Test 5 - 2 spanning cells starts at diffrent row index but end at same row index . 81 Test 5 - 2 spanning cells starts at different row index but end at same row inde x.
82 82
83 row0 col0 rowspan=6 height=400px row0 col1 83 row0 col0 rowspan=6 height=400px row0 col1
84 PASS 84 PASS
85 row1 col1 rowspan=6 height=800px 85 row1 col1 rowspan=6 height=800px
86 PASS 86 PASS
87 row2 col2 87 row2 col2
88 PASS 88 PASS
89 row3 col2 89 row3 col2
90 PASS 90 PASS
91 row4 col2 91 row4 col2
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 row6 col0 row6 col1 154 row6 col0 row6 col1
155 PASS 155 PASS
156 row7 col1 156 row7 col1
157 PASS 157 PASS
158 row8 col1 158 row8 col1
159 PASS 159 PASS
160 row9 col1 160 row9 col1
161 PASS 161 PASS
162 row10 col1 162 row10 col1
163 PASS 163 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698