summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-gradients/radial-shape-closest-side-1-ref.html
blob: 284cf858553691e6bde283af4f4ee9545a862170 (plain)
1
2
3
4
5
6
7
8
9
<style>div { position:absolute; width:200px; height:200px; }</style>
<div style="background: radial-gradient(circle closest-side at 50px 80px, white, black 50px); top:10px; left:10px;"></div>
<div style="background: radial-gradient(circle closest-side at 150px 80px, white, black 50px); top:10px; left:220px;"></div>
<div style="background: radial-gradient(circle closest-side at 80px 50px, white, black 50px); top:220px; left:10px;"></div>
<div style="background: radial-gradient(circle closest-side at 80px 150px, white, black 50px); top:220px; left:220px;"></div>
<div style="background: radial-gradient(circle closest-side at 20px 20px, white, black 20px); height:100px; transform-origin:0 0; transform:scale(1.0, 2.0); top:430px; left:10px;"></div>
<div style="background: radial-gradient(circle closest-side at 180px 20px, white, black 20px); height:100px; transform-origin:0 0; transform:scale(1.0, 2.0); top:430px; left:220px;"></div>
<div style="background: radial-gradient(circle closest-side at 20px 20px, white, black 20px); width:100px; transform-origin:0 0; transform:scale(2.0, 1.0); top:640px; left:10px;"></div>
<div style="background: radial-gradient(circle closest-side at 20px 180px, white, black 20px); width:100px; transform-origin:0 0; transform:scale(2.0, 1.0); top:640px; left:220px;"></div>