| <!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"> |