mirror of
https://github.com/servo/servo.git
synced 2025-06-27 10:33:39 +01:00
9 lines
370 B
HTML
9 lines
370 B
HTML
<!doctype HTML>
|
|
<title>CSS Test Reference</title>
|
|
<div style="position: relative; background: red; width: 100px; height: 100px; overflow: hidden;">
|
|
<div style="overflow-y: scroll; width: 400px; height: 400px;">
|
|
<div style="height: 100px; width: 100px; background: green;"></div>
|
|
<!-- forces scrolling -->
|
|
<div style="height: 700px;"></div>
|
|
</div>
|
|
</div>
|