summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/form-controls/input-placeholder-line-height.html
blob: 7af4e65b09fe519e41c3e513ba2097e22281e055 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<title>line-height has no effect on placeholder</title>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1714631">
<link rel="match" href="input-placeholder-line-height-ref.html">
<style>
  input::placeholder {
    line-height: 0;
  }
</style>
<input placeholder=Foo>