Mypal/layout/reftests/css-gradients/aja-linear-4b.html
2019-03-11 13:26:37 +03:00

11 lines
202 B
HTML

<!doctype html>
<!-- Derived from http://a-ja.net/newgrad.html -->
<style>
div {
height: 200px;
width: 100px;
background: -moz-linear-gradient(top, yellow, blue 50%, #0f0);
}
</style>
<div></div>