tenfourfox/layout/reftests/css-gradients/aja-linear-2b.html

11 lines
192 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(0 0, yellow, blue);
}
</style>
<div></div>