Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
<!doctype html>
<meta charset="utf-8">
<title>Input rendering with text-indent</title>
<link rel="help" href="https://bugzil.la/2034573">
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<link rel="author" href="https://mozilla.com" title="Mozilla">
<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">