gecko/layout/reftests/css-gradients/aja-linear-6b.html
2009-11-04 18:37:06 -08:00

11 lines
207 B
HTML

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