https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 753bbe0a23f344e74f501c9d88f7f54710c0600f authored by ffxbld on 24 June 2015, 22:28:51 UTC
Added FIREFOX_39_0_RELEASE FIREFOX_39_0_BUILD4 tag(s) for changeset ab10262d2aed. DONTBUILD CLOSED TREE a=release
Tip revision: 753bbe0
linear-vertical-subpixel-1-ref.html
<!DOCTYPE html>
<html>
<head>
<style>
div {
  margin-top: 21px;
  height: 30px;
  background-image: -moz-linear-gradient(center top, black, white);
}
</style>
</head>
<body>
<div></div>
</body>
</html>
back to top