Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/non-replaced-elements/form-controls/input-placeholder-line-height.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>line-height has no effect on placeholder</title>
<link rel="match" href="input-placeholder-line-height-ref.html">
<style>
input::placeholder {
line-height: 0;
}
</style>
<input placeholder=Foo>