https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 1167ff8b0255bf1796844750f5053a3e9d509366 authored by seabld on 13 September 2012, 03:40:25 UTC
Added tag SEAMONKEY_2_13b3_RELEASE for changeset FIREFOX_16_0b3_BUILD1. CLOSED TREE a=release
Tip revision: 1167ff8
repeating-radial-onestopposition-1a.html
<!DOCTYPE HTML>
<title>Test for -moz-repeating-radial-gradient() with all stops at the same position</title>
<style>

div {
  width: 200px;
  height: 200px;
  background-image: repeating-radial-gradient(closest-side, blue 25%, orange 25%);
}

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