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

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

Issue 21909002: Crash when inner and outer spanning cells end indexes are same. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 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
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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 - RowSpan and ColSpan. 81 Test 5 - 2 spanning cells starts at diffrent row index but end at same row index .
82
83 row0 col0 rowspan=6 height=400px» row0 col1
84 PASS
85 row1 col1 rowspan=6 height=800px
86 PASS
87 row2 col2
88 PASS
89 row3 col2
90 PASS
91 row4 col2
92 PASS
93 row5 col2
94 PASS
95 row6 col2
96 PASS
97 row7 col0
98 PASS
99 Test 6 - RowSpan and ColSpan.
82 100
83 row0 col0 row0 col1 - rowspan=3 colspan=2 row0 col2 101 row0 col0 row0 col1 - rowspan=3 colspan=2 row0 col2
84 PASS 102 PASS
85 row1 col0 103 row1 col0
86 PASS 104 PASS
87 row2 col0 105 row2 col0
88 PASS 106 PASS
89 row3 col0 - colspan=3 107 row3 col0 - colspan=3
90 PASS 108 PASS
91 row4 col0 109 row4 col0
92 PASS 110 PASS
93 Test 6 - Mix of baseline aligned and non-baseline aligned cells. 111 Test 7 - Mix of baseline aligned and non-baseline aligned cells.
94 112
95 row0 col0 row0 col1 vertical-align=top row0 col2 vertical-align=bottom 113 row0 col0 row0 col1 vertical-align=top row0 col2 vertical-align=bottom
96 PASS 114 PASS
97 row1 col0 115 row1 col0
98 PASS 116 PASS
99 row2 col0 - rowspan=4 vertical-align=text-top row2 col1 vertical-align=sub 117 row2 col0 - rowspan=4 vertical-align=text-top row2 col1 vertical-align=sub
100 PASS 118 PASS
101 row3 col1 vertical-align=middle 119 row3 col1 vertical-align=middle
102 PASS 120 PASS
103 row4 col1 vertical-align=super 121 row4 col1 vertical-align=super
104 PASS 122 PASS
105 row5 col1 vertical-align=text-bottom 123 row5 col1 vertical-align=text-bottom
106 PASS 124 PASS
107 row6 col0 125 row6 col0
108 PASS 126 PASS
109 Test 7 - CSS Table. 127 Test 8 - CSS Table.
110 128
111 row0 col0 row0 col1 row0 col2 129 row0 col0 row0 col1 row0 col2
112 row1 col0 row1 col1 row1 col2 130 row1 col0 row1 col1 row1 col2
113 row2 col0 131 row2 col0
114 row3 col0 132 row3 col0
115 row4 col0 row4 col1 row4 col2 133 row4 col0 row4 col1 row4 col2
116 row5 col0 row5 col1 row5 col2 134 row5 col0 row5 col1 row5 col2
117 row6 col0 row6 col1 135 row6 col0 row6 col1
118 row7 col0 136 row7 col0
119 row8 col0 137 row8 col0
120 row9 col0 138 row9 col0
121 row10 col0 139 row10 col0
122 Test 8 - Table Similar to CSS table with rowspan. 140 Test 9 - Table Similar to CSS table with rowspan.
123 141
124 row0 col0 row0 col1 row0 col2 142 row0 col0 row0 col1 row0 col2
125 PASS 143 PASS
126 row1 col1 row1 col2 row1 col3 144 row1 col1 row1 col2 row1 col3
127 PASS 145 PASS
128 row2 col3 146 row2 col3
129 PASS 147 PASS
130 row3 col2 148 row3 col2
131 PASS 149 PASS
132 row4 col1 row4 col2 row4 col3 150 row4 col1 row4 col2 row4 col3
133 PASS 151 PASS
134 row5 col0 row5 col1 row5 col2 152 row5 col0 row5 col1 row5 col2
135 PASS 153 PASS
136 row6 col0 row6 col1 154 row6 col0 row6 col1
137 PASS 155 PASS
138 row7 col1 156 row7 col1
139 PASS 157 PASS
140 row8 col1 158 row8 col1
141 PASS 159 PASS
142 row9 col1 160 row9 col1
143 PASS 161 PASS
144 row10 col1 162 row10 col1
145 PASS 163 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698