summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/text-overflow-input-focus-placeholder.html
blob: a0dd4fa36b3082f588a93cd04db2924e2f7e2329 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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 placeholder when a text input is focused.</p>
    <input type="text" placeholder="Lorem ipsum dolor sit amet, consectetur adipiscing elit" autofocus />
</body>
</html>