summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/input-textarea-padding-match.html
blob: 9949f0635bbb517c5e6879a1fdd84de2c52baa8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<body>
<p>This test ensures padding inside input and textarea elements match.</p>
<style type="text/css">
input {
  display: block;
  font-family: arial,sans-serif;
  border: none;
  padding: 0 0 0 10px;
  margin: 0;
  resize: none;
  width: 20px;
  overflow: hidden;
}
</style>
<input type="text" value="|">
</body>
</html>