mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
12 lines
196 B
HTML
12 lines
196 B
HTML
<!doctype html>
|
|
<title>CSS test reference</title>
|
|
<style>
|
|
p {
|
|
width: 40ch;
|
|
font: 16px/1 monospace;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
</style>
|
|
<p>short<p>
|