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 1942006 - Upstream a variety of Servo-specific code from Servo's downstream fork...
[gecko.git]
/
layout
/
reftests
/
forms
/
meter
/
rounded-corner-clipping-ref.html
blob
f2e2beded38fd152943e7cb6a31da2924fcf9eb5
1
<!DOCTYPE
html
>
2
<meta
charset=utf-
8
>
3
<style>
4
div {
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
overflow: clip;
12
}
13
span {
14
display: inline-block;
15
background: blue;
16
width:
8
em;
17
height:
100
%;
18
}
19
</style>
20
21
<div><span></span></div>