summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-gradients/aja-linear-4b.html
blob: c83175162fc8c55f1f4dcec7db5496cd81b701f4 (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 50%, #0f0);
}
</style>
<div></div>