Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
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>