https://github.com/mozilla/gecko-dev
Raw File
Tip revision: f706931ca7745463332c09345b7e004b8638c9b2 authored by ffxbld on 08 July 2011, 00:39:46 UTC
Added tag FIREFOX_5_0_1_BUILD1 for changeset 3ded311d93ad. CLOSED TREE a=release
Tip revision: f706931
aja-linear-1f.html
<!doctype html>
<!-- Derived from http://a-ja.net/newgrad.html -->
<style>
div {
  height: 200px;
  width: 100px;
  background: -moz-linear-gradient(center top, yellow, blue);
}
</style>
<div></div>
back to top