tenfourfox/layout/reftests/css-gradients/aja-linear-1f.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

11 lines
199 B
HTML

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