mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
22 lines
320 B
HTML
22 lines
320 B
HTML
<!DOCTYPE HTML>
|
|
<title>Test for -moz-linear-gradient() with all stops at the same position</title>
|
|
<style>
|
|
|
|
#div1 {
|
|
float: left;
|
|
width: 50px;
|
|
height: 200px;
|
|
background: blue;
|
|
}
|
|
|
|
#div2 {
|
|
float: left;
|
|
width: 150px;
|
|
height: 200px;
|
|
background: orange;
|
|
}
|
|
|
|
</style>
|
|
<div id="div1"></div>
|
|
<div id="div2"></div>
|