mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +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
255 B
HTML
13 lines
255 B
HTML
<!DOCTYPE HTML>
|
|
<title>Test for repeating-linear-gradient() with all stops at the same position</title>
|
|
<style>
|
|
|
|
div {
|
|
width: 200px;
|
|
height: 200px;
|
|
background-image: repeating-linear-gradient(to right, blue 25%, orange 25%);
|
|
}
|
|
|
|
</style>
|
|
<div></div>
|