https://github.com/mozilla/gecko-dev
Raw File
Tip revision: acf8691fe520766547fdba23287490adbe702aba authored by ffxbld on 16 November 2011, 16:29:35 UTC
Added tag FENNEC_9_0b2_BUILD1 for changeset 3ee9c8ccb993. CLOSED TREE a=release
Tip revision: acf8691
aja-linear-1d.html
<!doctype html>
<!-- Derived from http://a-ja.net/newgrad.html -->
<style>
div {
  height: 200px;
  width: 100px;
  background: -moz-linear-gradient(270deg, yellow, blue);
}
</style>
<div></div>
back to top