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
/
corner-4.html
blob
a51c24f9ca31fba7f6c4de9b98aab87c3567988d
1
<!doctype
html
>
2
<html>
3
<head>
4
<title>
Test the border transparency
</title>
5
<style>
6
7
div {
8
width:
100
px;
9
height:
100
px;
10
border:
15
px solid rgba(
0
,
0
,
255
,
0.5
);
11
border-radius:
15
px;
12
position: absolute;
13
left:
50
px;
14
top:
50
px;
15
}
16
17
</style>
18
</head>
19
<body>
20
<div></div>
21
</body>
22
</html>