repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git]
/
layout
/
reftests
/
forms
/
input
/
number
/
number-max-height-1.html
blob
bf671a0f9e66e0a3e920b9762cc08c9ddbb63ae0
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
6
input {
7
border:
3
px solid black;
8
padding:
4
px;
9
width:
300
px;
10
height:
300
px;
11
max-height:
100
px;
12
box-sizing: content-box;
13
/* hide the spin buttons: */
14
-moz-appearance: textfield;
15
}
16
17
*
>
input[type=number] {
18
/* get rid of background gradient for Firefox OS */
19
background-color: transparent ! important;
20
}
21
22
</style>
23
</head>
24
<body>
25
<input
type
=
"number"
>
26
</body>
27
</html>