Index: LayoutTests/fast/css/shorthand-setProperty-important-expected.txt |
diff --git a/LayoutTests/fast/css/shorthand-setProperty-important-expected.txt b/LayoutTests/fast/css/shorthand-setProperty-important-expected.txt |
index ae144e707c91dfe3df4d6b9eb927d1306064dd24..c67acc6b8be31577978312322a7cb6ae660acbec 100644 |
--- a/LayoutTests/fast/css/shorthand-setProperty-important-expected.txt |
+++ b/LayoutTests/fast/css/shorthand-setProperty-important-expected.txt |
@@ -11,6 +11,10 @@ PASS e.style.getPropertyValue('border-bottom-style') is 'solid' |
PASS e.style.getPropertyPriority('border-bottom-style') is 'important' |
PASS e.style.getPropertyValue('border-bottom-style') is null |
PASS e.style.getPropertyPriority('border-bottom-style') is '' |
+PASS e.style.getPropertyValue('border-bottom-style') is null |
+PASS e.style.getPropertyPriority('border-bottom-style') is '' |
+PASS e.style.getPropertyValue('border-bottom-style') is 'solid' |
+PASS e.style.getPropertyPriority('border-bottom-style') is '' |
PASS successfullyParsed is true |
TEST COMPLETE |