https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ce2be64ebd35c2a0fe0fa8d45738cb6eef7dc2d7 authored by ffxbld on 28 December 2011, 13:05:54 UTC
Added tag FENNEC_10_0b2_BUILD1 for changeset 191bd18a2baf. CLOSED TREE a=release
Tip revision: ce2be64
aja-linear-2c.html
<!doctype html>
<!-- Derived from http://a-ja.net/newgrad.html -->
<style>
div {
  height: 200px;
  width: 100px;
  background: -moz-linear-gradient(top 0px left 0px, yellow, blue);
}
</style>
<div></div>
back to top