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 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git]
/
layout
/
reftests
/
high-contrast
/
semi-transparent-background.html
blob
8902d19fcb0c1d348032a2efb711e7b1abec5b20
1
<!doctype
html
>
2
<style>
3
.container {
4
position: relative;
5
background-color: rgba(
0
,
0
,
0
,
.2
);
6
}
7
</style>
8
<div
class
=
"container"
>
9
<a
href
=
"#"
></a>
10
Some text that you should be able to read.
11
</div>