tenfourfox/layout/reftests/css-gradients/aja-linear-4a.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(top, yellow, blue, #0f0);
}
</style>
<div></div>