summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/text-overflow-input-focus-placeholder-expected.html
blob: 07bbc6450a3f5dca299cee86b284f32688e85e14 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
<title>text-overflow</title>
</head>
<body>
    <p>This test makes sure that the ellipsis disappears on the placeholder when a text input is focused.</p>
    <input type="text" style="text-overflow:clip" placeholder="Lorem ipsum dolor sit amet, consectetur adipiscing elit" autofocus />
</body>
</html>