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
Bumping manifests a=b2g-bump
[gecko.git]
/
layout
/
reftests
/
border-radius
/
clipping-4-overflow-hidden.html
blob
734fdef20abc466bfd305bad24ce7d6920620816
1
<!DOCTYPE
HTML
>
2
<title>
Test for clipping of border-radius
</title>
3
<style>
4
body
>
div {
5
height:
100
px;
6
width:
200
px;
7
border-radius:
25
px;
8
overflow: hidden;
9
}
10
body
>
div
>
div {
11
background: lime;
12
height:
100
px;
13
width:
200
px;
14
}
15
</style>
16
<div><div></div></div>