Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-images
/
linear-gradient-sibling-index-ref.html
blob: eea8518d95b9393a5c1e1d34afc20744b8834c34 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<title>
CSS Test Reference
</title>
<style>
div
{
width
:
100px
;
height
:
100px
;
}
</style>
<div
style
=
"
background
:
linear-gradient
(
blue
20px
,
yellow
)
"
></div>
<div
style
=
"
background
:
linear-gradient
(
blue
50px
,
yellow
)
"
></div>