blob: 1518cd08a951831a34b0a92daf752f409fe988f7 [file] [edit]
<!doctype html>
<meta charset="utf-8">
<title>text-overflow: ellipsis has an effect on input</title>
<link rel="help" href="https://html.spec.whatwg.org/#the-input-element-as-a-text-entry-widget">
<link rel="mismatch" href="input-text-overflow-ellipsis-notref.html">
<style>
input {
text-overflow: ellipsis;
}
</style>
<input value="something very very very very long">