table-cell-child-overflow-measure.html (357B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1210436"> 3 <link rel="match" href="table-cell-child-overflow-measure-ref.html"> 4 <div style="width: 100px; height: 100px; display: table-cell; background: green;"> 5 <div style="overflow: auto; height: 100%;"> 6 <div style="height: 200px;"></div> 7 </div> 8 </div>