mirror of
https://github.com/servo/servo.git
synced 2025-06-28 02:53:48 +01:00
6 lines
180 B
HTML
6 lines
180 B
HTML
<!DOCTYPE html>
|
|
<div style="width: 100px; height: 100px; background: green;">
|
|
<div style="overflow: auto; height: 100%;">
|
|
<div style="height: 200px;"></div>
|
|
</div>
|
|
</div>
|