Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/replaced-elements/attributes-for-embedded-content-and-images/input-text-indent.html - WPT Dashboard Interop Dashboard
<!doctype html>
<meta charset="utf-8">
<title>Input rendering with text-indent</title>
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<link rel="match" href="input-text-indent-ref.html">
<link rel="stylesheet" href="/fonts/ahem.css">
<style>
input {
font: 15px / 1 Ahem;
box-sizing: border-box;
width: 150px;
border: 1px solid;
padding: 0;
margin: 0;
text-indent: 10px;
}
</style>
<input placeholder="XXX"><br>
<input value="XXX">