1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-20 22:18:32 +00:00
Files
UXP/layout/reftests/css-gradients/linear-onestopposition-1-ref.html
T

13 lines
257 B
HTML

<!DOCTYPE HTML>
<title>Test for linear-gradient() with all stops at the same position</title>
<style>
div {
width: 200px;
height: 200px;
background-image: linear-gradient(to right, blue 0%, blue 25%, orange 25%, orange 100%);
}
</style>
<div></div>