Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / background-shorthand-csstext-expected.txt
blob170862a39c62c55f5fbddb51fbbb6fa47f9bcc23
1 This page tests whether or not the background shorthand properly omits initial values.
3 PASS: document.body.style.background == 'green' should be true and is.
4 PASS: document.getElementById('div1').style.background == '' should be true and is.
5 PASS: document.getElementById('div2').style.background == '50% 50% blue' should be true and is.
6 PASS: document.getElementById('div3').style.background == 'none repeat scroll rgb(255, 255, 255)' should be true and is.