Sign in
chromium
/
external
/
github.com
/
GNOME
/
gtk
/
refs/heads/upstream/simplify-rendernode-parser
/
.
/
testsuite
/
reftests
/
gradient-hard-stop.css
blob: a93406fbfb7811a9a9c122d54965c2926da7dbd6 [
file
] [
log
] [
blame
] [
edit
]
@import
"reset-to-defaults.css"
;
window
{
background-color
:
black
;
}
#
reference
{
background
:
linear-gradient
(
red
50%
,
yellow
50%
);
}
#
red
{
background-color
:
red
;
}
#
yellow
{
background-color
:
yellow
;
}