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
/
hidden
/
border.html
blob
ce7dcb2ca40f7005269aea5bf9eee6ffe4e302b2
1
<!doctype
html
>
2
<html>
3
<head>
4
<style
type
=
"text/css"
>
5
input
{
6
display
:
block
;
7
border
:
1px
solid
#000
;
8
}
9
</style>
10
</head>
11
<body>
12
<input
type
=
"hidden"
>
13
</body>
14
</html>