Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-images
/
linear-gradient-body-sibling-index-ref.html
blob: 7325685511a542964859c34a359b107823db18df [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<title>
CSS Test Reference
</title>
<style>
body
{
background-position
:
top left
;
background-repeat
:
no-repeat
;
background-size
:
100px
100px
;
background-image
:
linear-gradient
(
blue
40px
,
yellow
);
}
</style>
<body>