Bug 1900094 - Add telemetry for impressions missing due to domain-to-categories map...
[gecko.git] / layout / reftests / css-gradients / linear-onestopposition-1.html
blob0addaf8822eabd51aa181163d69e671aec85d765
1 <!DOCTYPE HTML>
2 <title>Test for linear-gradient() with all stops at the same position</title>
3 <style>
5 div {
6 width: 200px;
7 height: 200px;
8 background-image: linear-gradient(to right, blue 25%, orange 25%);
11 </style>
12 <div></div>