blob: 170862a39c62c55f5fbddb51fbbb6fa47f9bcc23 [file] [log] [blame]
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 == '' should be true and is.
PASS: document.getElementById('div2').style.background == '50% 50% blue' should be true and is.
PASS: document.getElementById('div3').style.background == 'none repeat scroll rgb(255, 255, 255)' should be true and is.