https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 9df0be271edf06f4c4978268a7d73c4cea47230b authored by ffxbld on 28 October 2015, 00:02:50 UTC
Added FIREFOX_38_4_0esr_RELEASE FIREFOX_38_4_0esr_BUILD2 tag(s) for changeset 6afcba951b0f. DONTBUILD CLOSED TREE a=release
Tip revision: 9df0be2
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