summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-overflow/scrollable-overflow-input-001-ref.html
blob: 151843a72c00616dfb7ad723be6b1d3435cde65b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Overflow Reference: Test the text in an input is not clipped and reachable</title>
<link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
<link rel="author" title="Mozilla" href="https://www.mozilla.org/">
<link rel="stylesheet" href="/fonts/ahem.css">

<style>
input {
  box-sizing: border-box;
  width: 160px;
  padding-inline: 40px 60px;
  background: yellow;
  font: 20px/1 Ahem;
  border: 0;
}
</style>

<input value="XpX">