Sign in
webkit
/
WebKit
/
0ad201495a79a3ebe8266bfaa3c5df19bc649a7d
/
.
/
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>