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
Bug 1940304 - Fix browser_sidebar_button_reset.js intermittent r=sidebar-reviewers...
[gecko.git]
/
layout
/
reftests
/
forms
/
button
/
min-height-ref.html
blob
5f0f2d654e6368dff9267ffe72d33657095acad5
1
<!DOCTYPE
HTML
>
2
<html>
3
<head>
4
<meta
http-equiv
=
"content-type"
content
=
"text/html; charset=utf-8"
>
5
<style>
6
.btn1, .btn2 {
7
border:
5
px solid green;
8
background-color: blue;
9
height:
50
px;
10
}
11
</style>
12
</head>
13
<body>
14
<input
type='submit' class='btn1' value=''
/>
15
<input
type='submit' class='btn2' value=''
/>
16
</body>
17
</html>