summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-gradients/aja-linear-1a.html
blob: e9d639699ef0b9a1064d5a4ae6d7f93fd63182eb (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<!-- Derived from http://a-ja.net/newgrad.html -->
<style>
div {
  height: 200px;
  width: 100px;
  background: -moz-linear-gradient(top, yellow, blue);
}
</style>
<div></div>