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 1930466) for causing bc failures on browser_timezone...
[gecko.git]
/
layout
/
reftests
/
forms
/
button
/
width-auto-size-em-rtl.html
blob
fb72ef97e9abf3a2fe292475ce8de67d9673fb6c
1
<!DOCTYPE
HTML
>
2
<html
dir=rtl
>
3
<style>
4
5
button {
6
-moz-appearance: none;
7
background: yellow;
8
border:
2
px solid fuchsia;
9
padding:
2
px;
10
font-size:
1
em;
11
border-radius:
0
; /* override mobile/android/themes/core/content.css */
12
}
13
14
span {
15
display: inline-block; vertical-align: middle;
16
height:
2
em; width:
5
em; border:
2
px solid blue;
17
}
18
19
</style>
20
21
<button><span></span></button>