This page tests whether or not the background shorthand properly omits initial values.

PASS: document.body.style.background == 'green' should be true and is.
PASS: document.getElementById('div1').style.background == 'repeat-x, repeat-y white' should be true and is.
FAIL: document.getElementById('div2').style.background == '50% 50% blue' should be true but instead is false.
