mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
98db5a6700
--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
264 B
HTML
13 lines
264 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(closest-side, blue 25%, orange 25%);
|
|
}
|
|
|
|
</style>
|
|
<div></div>
|