mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-12 05:30:52 +00:00
13 lines
247 B
HTML
13 lines
247 B
HTML
<!DOCTYPE HTML>
|
|
<title>Test for radial-gradient() with all stops at the same position</title>
|
|
<style>
|
|
|
|
div {
|
|
width: 200px;
|
|
height: 200px;
|
|
background-image: radial-gradient(100px 100px at 100px, blue 25%, orange 25%);
|
|
}
|
|
|
|
</style>
|
|
<div></div>
|