https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 825df31ba10636e8ec262e586f40256c2ce7e0ab authored by ffxbld on 10 August 2011, 23:58:58 UTC
Added tag FENNEC_6_0b6_BUILD1 for changeset b225f47f808a. CLOSED TREE a=release
Tip revision: 825df31
aja-linear-1c.html
<!doctype html>
<!-- Derived from http://a-ja.net/newgrad.html -->
<style>
div {
  height: 200px;
  width: 100px;
  background: -moz-linear-gradient(-90deg, yellow, blue);
}
</style>
<div></div>
back to top