chromium/third_party/blink/web_tests/fast/forms/input-textarea-padding-match.html

<!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>