Bug 1731994: part 4) Declare more methods around `ContentPermissionRequestBase` ...
[gecko.git] / layout / reftests / css-gradients / radial-onestopposition-1a.html
blob60ad3e6a3d58dcc1185dfd0b0380de57efcc7fbc
1 <!DOCTYPE HTML>
2 <title>Test for radial-gradient() with all stops at the same position</title>
3 <style>
5 div {
6 width: 200px;
7 height: 200px;
8 background-image: radial-gradient(closest-side, blue 25%, orange 25%);
11 </style>
12 <div></div>