mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
8 lines
345 B
HTML
8 lines
345 B
HTML
<!DOCTYPE html>
|
|
<div style="overflow: scroll; width: 100px; height: 150px; background: green">
|
|
<div style="width: 400px; height: 400px"></div>
|
|
</div>
|
|
<div style="overflow: scroll; width: 100px; height: 150px;
|
|
position: relative; top: -50px; left: 100px; background: green">
|
|
<div style="width: 400px; height: 400px"></div>
|
|
</div>
|