gecko-dev/layout/reftests/css-gradients/aja-linear-1e.html

11 строки
200 B
HTML

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