478956-1a.html (463B)
1 <!DOCTYPE html> 2 <html> 3 <body> 4 <div style="display: table-row"> 5 <div style="display: table-row"> 6 <div style="display: table-cell">Long long cell</div> 7 <div style="display: table-cell">cell</div> 8 </div> 9 <span style="display: table"></span> 10 <div style="display: table-row"> 11 <div style="display: table-cell">cell</div> 12 <div style="display: table-cell">cell</div> 13 </div> 14 </div> 15 </body> 16 </html>