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-erode-all-focuspadding-rtl-ref.html
blob
762e443f81f3c7b08a9e622b301925b0e1d98eba
1
<!DOCTYPE
HTML
>
2
<html
dir=rtl
>
3
<style>
4
5
div.button {
6
display: inline-block;
7
background: yellow;
8
border:
2
px solid fuchsia;
9
padding:
2
px;
10
font-size:
10
px;
11
}
12
13
span {
14
display: inline-block; vertical-align: middle;
15
height:
20
px; width:
50
px; border:
2
px solid blue;
16
margin:
1
px
0
px; /* for implicit focuspadding, fully eroded */
17
}
18
19
</style>
20
21
<div
class=button
><span></span></div>