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