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
/
bugs
/
759036-1-ref.html
blob
8c6bbe68ec8af4520db715456cc7b48a45648f7c
1
<!doctype
html
>
2
<html>
3
<head>
4
<style>
5
#container {
6
height:
300
px;
7
width:
300
px;
8
overflow:hidden;
9
border-radius:
30
px;
10
}
11
#inner {
12
width:
380
px;
13
height:
260
px;
14
background-color: #
66
ff66;
15
}
16
</style>
17
</head>
18
<body>
19
<div
id
=
"container"
>
20
<div
id
=
"inner"
>
21
</div>
22
</div>
23
</body>
24
</html>