mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 15:43:20 +00:00
13 lines
319 B
HTML
13 lines
319 B
HTML
![]() |
<!DOCTYPE html>
|
||
|
<link rel="match" href="../expected/text-overflow-ellipsis-with-trailing-whitespace-ref.html" />
|
||
|
<style>
|
||
|
#foo {
|
||
|
display: inline-block;
|
||
|
width: min-content;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
text-wrap: nowrap;
|
||
|
}
|
||
|
</style>
|
||
|
<span id="foo">abc </span>
|