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
Backed out 2 changesets (bug 1943998) for causing wd failures @ phases.py CLOSED...
[gecko.git]
/
layout
/
reftests
/
forms
/
input
/
number
/
number-reframe-anon-text-field-ref.html
blob
aa58e491efe94a609293c37349ed8024558d07a0
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
6
input {
7
font-size:
30
pt;
8
background-color: lightblue;
9
}
10
11
</style>
12
</head>
13
<body>
14
<input
type
=
"number"
>
15
</body>
16
</html>
17