summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-gradients/aja-linear-1b.html
blob: 27a7ee43111a09e866cbf2eab5f26309af448796 (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: linear-gradient(to top, blue, yellow);
}
</style>
<div></div>