Files
ladybird/Tests/LibWeb/Ref/reference/text-overflow.html
2024-08-03 10:04:38 +01:00

11 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>