blob: d90600149c3b31da57b436bc44ebb30b7b8c13b3 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>text-overflow</title>
<style>
input {
text-overflow: ellipsis;
}
</style>
</head>
<body>
<p>This test makes sure that the ellipsis disappears on the value when a text input is focused.</p>
<input type="text" value="Lorem ipsum dolor sit amet, consectetur adipiscing elit" autofocus />
</body>
</html>