ladybird/Tests/LibWeb/Ref/expected/text-overflow.html

11 lines
166 B
HTML
Raw Normal View History

<!doctype html>
<style>
div {
overflow: hidden;
white-space: nowrap;
width: 75px;
}
</style>
<div>This text gets clipped</div>
<div>This tex…</div>