Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<meta charset="utf-8">
<title>text-overflow: ellipsis has an effect on input placeholder</title>
<link rel="mismatch" href="placeholder-text-overflow-ellipsis-notref.html">
<style>
input {
text-overflow: ellipsis;
}
</style>
<input placeholder="something very very very very long">