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

11 lines
202 B
HTML

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