mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
9 lines
347 B
HTML
9 lines
347 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<button style="height: 20px; overflow: hidden; text-indent: 300px; width: 200px;">a</button><br>
|
|
<button style="height: 20px; overflow: scroll; text-indent: 300px; width: 200px;">b</button><br>
|
|
<button style="height: 20px; overflow: auto; text-indent: 300px; width: 200px;">c</button>
|
|
</body>
|
|
</html>
|