-sand-gradient(linear, center top, center bottom, from(#ff0000), to(#ffcccc));
This tests the gradient inside objects with rounded corners (the rounded corners are not visible in Explorer)

-sand-gradient(linear, left top, right top, color-stop(0, #cccccc), color-stop(1, #ffcccc));
This object has a radial gradient. It is not supported in IE at this time.

background-image: -sand-gradient(radial, 40% 40%, 0, 40% 40%, 60, from(#ffffa2), to(#00f));
This is a test of a diagonal linear gradient with multiple colours. It is not supported in IE at this time.

background-image: -sand-gradient(linear, left top, right bottom, color-stop(0, #cccccc), color-stop(0.5, #0000ff), color-stop(1, #ff0000));
background-image: -sand-gradient(radial, 40% 40%, 0, 40% 40%, 60, color-stop(0, #cccccc), color-stop(0.5, #0000ff), color-stop(1, #ff0000));