percent-height-replaced-in-percent-cell-004.html (516B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://drafts.csswg.org/css-tables-3/"> 3 <link rel="match" href="../reference/ref-filled-green-100px-square-only.html"> 4 <p>Test passes if there is a filled green square.</p> 5 <div style="display: table;"> 6 <div style="display: table-cell; height: 50px;"> 7 <span> 8 <canvas width=1 height=1 style="display: block; height: 200%; background: green;"></canvas> 9 </span> 10 </div> 11 <div style="display: table-cell;"> 12 <div style="height: 100px;"></div> 13 </div> 14 </div>