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 1935035 - Update a macOS-only test that hard-codes child count.
[gecko.git]
/
layout
/
reftests
/
forms
/
meter
/
rounded-corner-clipping.html
blob
d12a41f2cd55f69a1f111d0faab96c2cb19a20b0
1
<!DOCTYPE
html
>
2
<meta
charset=utf-
8
>
3
<style>
4
meter {
5
width:
20
em;
6
height:
5
em;
7
border-radius:
2
em;
8
border-style: solid;
9
border-width:
.25
em;
10
background: #eee;
11
}
12
::-moz-meter-bar {
13
background: blue;
14
}
15
</style>
16
17
<meter
min
=
"0"
max
=
"100"
value
=
"40"
></meter>