Sign in
chromium
/
external
/
github.com
/
GNOME
/
gtk
/
refs/heads/upstream/simplify-rendernode-parser
/
.
/
testsuite
/
reftests
/
gradient-flip.css
blob: a949e7d141a3f2d7985c475dcb2af04242319656 [
file
] [
log
] [
blame
] [
edit
]
@import
"reset-to-defaults.css"
;
#
reference
{
background
:
linear-gradient
(
to bottom
,
red
,
yellow
);
}
window
{
background
:
green
;
}
#
box1
{
transform
:
scaleY
(-
1
);
background
:
linear-gradient
(
to bottom
,
yellow
,
red
);
}