gecko-dev/layout/reftests/percent-overflow-sizing/nestedHeightQuirks-ref.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 строки
185 B
HTML
Исходник Обычный вид История

<!-- Quirks mode -->
<body>
<div id="a" style="overflow:auto; width:200px">
<div style="overflow:auto">
<div style="background: green; height:100%"></div>
</div>
</div>
</body>