summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-gradients/aja-linear-1e.html
blob: 7d71c3462ed2bb9473a44f1b999cd17abbdf0b92 (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 bottom, yellow 0%, blue 100%);
}
</style>
<div></div>