Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/widgets/placeholder-text-overflow-ellipsis.html - WPT Dashboard Interop Dashboard
<!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">