https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 4423051f3400858e4a0cc7bb9ea6ccdb4011e113 authored by seabld on 05 June 2012, 05:48:28 UTC
Added tag SEAMONKEY_2_10_RELEASE for changeset FIREFOX_13_0_BUILD1. CLOSED TREE a=release
Tip revision: 4423051
radial-onestopposition-1-ref.html
<!DOCTYPE HTML>
<title>Test for -moz-radial-gradient() with all stops at the same position</title>
<style>

div {
  width: 200px;
  height: 200px;
  background-image: -moz-radial-gradient(contain, blue 0%, blue 25%, orange 25%, orange 100%);
}

</style>
<div></div>
back to top