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/input-text-overflow-ellipsis-rtl.html - WPT Dashboard Interop Dashboard
<!doctype html>
<meta charset="utf-8">
<title>text-overflow: ellipsis has an effect on input (rtl)</title>
<link rel="mismatch" href="input-text-overflow-ellipsis-rtl-notref.html">
<style>
input {
text-overflow: ellipsis;
}
</style>
<input dir="rtl" value="something very very very very long">