Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-backgrounds
/
background-clip
/
clip-text-ellipsis-ref.html
blob: 8ee44e858972e71963b990acea63af1b03d405ed [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<style>
.
clip
{
font-size
:
80px
;
width
:
4em
;
color
:
green
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
overflow
:
hidden
;
}
</style>
<div
class
=
"clip"
>
AAAAAAAAAAAAA
</div>