4 <title>text-overflow
</title>
7 <p>This test makes sure that the ellipsis disappears on the value when a text input is focused.
</p>
8 <input type=
"text" style=
"text-overflow:clip" value=
"Lorem ipsum dolor sit amet, consectetur adipiscing elit" />
10 document
.querySelector('input').focus();