Sign in
webkit
/
WebKit
/
3280e000eb50f51518640837f991471c4062489a
/
.
/
LayoutTests
/
fast
/
gradients
/
viewport-units-gradient-expected.html
blob: ef1fea5788700ecbf63816476b984957bfff370d [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
html
{
background-image
:
linear-gradient
(
white
,
white
300px
,
black
300px
,
black
600px
);
}
body
{
height
:
600px
;
}
</style>
</head>
<body>
</body>
</html>