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
/
width-auto-size-ltr-ref.html
blob
48372131ea7dbf33785780a4685c6441d5d6dcd1
1
<!DOCTYPE
HTML
>
2
<style>
3
4
div.button {
5
display: inline-block;
6
background: yellow;
7
border:
2
px solid fuchsia;
8
padding:
2
px;
9
font-size:
10
px;
10
}
11
12
span {
13
display: inline-block; vertical-align: middle;
14
height:
20
px; width:
50
px; border:
2
px solid blue;
15
}
16
17
</style>
18
19
<div
class=button
><span></span></div>