mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
c0e14e4428
--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
22 lines
315 B
HTML
22 lines
315 B
HTML
<!DOCTYPE HTML>
|
|
<title>Test for 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>
|