mirror of
https://github.com/servo/servo.git
synced 2025-06-26 01:54:33 +01:00
8 lines
357 B
HTML
8 lines
357 B
HTML
<!DOCTYPE html>
|
|
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1210436">
|
|
<link rel="match" href="table-cell-child-overflow-measure-ref.html">
|
|
<div style="width: 100px; height: 100px; display: table-cell; background: green;">
|
|
<div style="overflow: auto; height: 100%;">
|
|
<div style="height: 200px;"></div>
|
|
</div>
|
|
</div>
|