tenfourfox/layout/reftests/css-gradients/aja-linear-6a.html

11 lines
198 B
HTML
Raw Permalink Normal View History

2017-04-19 07:56:45 +00:00
<!doctype html>
<!-- Derived from http://a-ja.net/newgrad.html -->
<style>
div {
height: 200px;
width: 100px;
background: -moz-linear-gradient(20px 30px, yellow, blue);
}
</style>
<div></div>