mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-20 19:00:25 +00:00
10 lines
166 B
HTML
10 lines
166 B
HTML
<!doctype html>
|
|
<style>
|
|
div {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
width: 75px;
|
|
}
|
|
</style>
|
|
<div>This text gets clipped</div>
|
|
<div>This tex…</div>
|