Sign in
chromium
/
external
/
github.com
/
GNOME
/
gtk
/
refs/heads/upstream/simplify-rendernode-parser
/
.
/
testsuite
/
css
/
parser
/
opacity.css
blob: 386f03471c077e799524a28d5f940ba5ea1a0b1f [
file
] [
edit
]
a
{
opacity
:
initial
;
}
b
{
opacity
:
inherit
;
}
c
{
opacity
:
unset
;
}
d
{
opacity
:
1
;
}
e
{
opacity
:
0.5
;
}
f
{
opacity
:
0
;
}
g
{
opacity
:
50%
;
}