summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/overflow-ref.html
blob: 7888aa2cec3d2027fc849bcf1fdb2a1ffe6cc5b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<!--
  https://bugzilla.mozilla.org/show_bug.cgi?id=1615026
-->
<title>Form controls don't paint outside of their layout bounds</title>
<style>
  span {
    float: left;
    margin: 10px;
  }
</style>
<span><input type="text"></span>
<span><input type="file"></span>
<span><input type="number"></span>
<span><input type="search"></span>
<span><input type="checkbox"></span>
<span><input type="radio"></span>
<span><button></button></span>
<span><select></select></span>