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
/
datetime
/
time-small-width-height-ref.html
blob
0979243db04c093c8cbfd1296221d0c2655c6894
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
input {
6
width:
8
px;
7
height:
8
px;
8
outline:
1
px dotted black;
9
/* Disable baseline alignment, so that our y-position isn't influenced by the
10
* choice of font inside of input: */
11
vertical-align: top;
12
}
13
</style>
14
</head>
15
<body>
16
<input>
17
</body>
18
</html>