Sign in
webkit
/
WebKit
/
c8cfe6a197ba034d61fade4d6d0887205b348d7f
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
css
/
text-overflow-ellipsis-button.html
blob: cee1946333352eb95cdb2cb4ba53b27d6e42a280 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
button
{
display
:
block
;
width
:
30px
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
</style>
</head>
<body>
<button
type
=
"button"
>
Lorem
</button>
</body>
</html>