Files
serenity/Tests/LibWeb/Ref/reference/text-overflow.html
Tobias Christiansen 4838d6eebe Tests: Add ref-test for "text-overflow"
(cherry picked from commit e2c9e34050bd4c6fc6c653818cbb9e9a40ed5456)
2024-10-10 06:07:37 -04: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>