mirror of
https://github.com/servo/servo
synced 2026-05-12 18:06:32 +02:00
5 lines
185 B
HTML
5 lines
185 B
HTML
<!DOCTYPE html>
|
|
<style>body { margin: 0 }</style>
|
|
<div style="height: 40px"></div>
|
|
<div style="width: 100px; height: 100px; resize: both; overflow: auto; border: 1px solid blue"></div>
|