Index: LayoutTests/fast/dom/background-shorthand-csstext-expected.txt |
diff --git a/LayoutTests/fast/dom/background-shorthand-csstext-expected.txt b/LayoutTests/fast/dom/background-shorthand-csstext-expected.txt |
index 31488c106e8b2e14782fab5738e97d51f9585d26..170862a39c62c55f5fbddb51fbbb6fa47f9bcc23 100644 |
--- a/LayoutTests/fast/dom/background-shorthand-csstext-expected.txt |
+++ b/LayoutTests/fast/dom/background-shorthand-csstext-expected.txt |
@@ -1,6 +1,6 @@ |
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. |
+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. |