Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-images
/
linear-gradient-calc-em-units-ref.html
blob: be13be8e260ef8d89be878d811edf83411dd2cee [
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
60px
,
yellow
)
"
></div>