Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/pi-noscript
/
.
/
css
/
css-overflow
/
text-overflow-ellipsis-changing-scroll-ref.html
blob: ef96c9eda8d60350e28b2f4543c5fb0958291117 [
file
] [
edit
]
<!DOCTYPE html>
<title>
CSS Test Reference
</title>
<style>
#
overflow
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
width
:
100px
;
border
:
1px
solid black
;
}
</style>
<div
id
=
"overflow"
>
ELLIPSISELLIPSIS
</div>