mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
8fc4a02cfc
--HG-- rename : layout/reftests/css-gradients/radial-onestopposition-1.html => layout/reftests/css-gradients/radial-onestopposition-1a.html rename : layout/reftests/css-gradients/repeating-radial-onestopposition-1.html => layout/reftests/css-gradients/repeating-radial-onestopposition-1a.html
13 lines
270 B
HTML
13 lines
270 B
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(50% 50% at 50% 50%, blue 25%, orange 25%);
|
|
}
|
|
|
|
</style>
|
|
<div></div>
|