Index: LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt |
diff --git a/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt b/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt |
index 418ee5961cc01fe2710772e3d505b3e53083e5da..e6ed8942f7d176b7684ac6f79e8d1fb813030782 100644 |
--- a/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt |
+++ b/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt |
@@ -87,6 +87,12 @@ PASS computedStyle.textDecorationLine is 'underline' |
PASS computedStyle.getPropertyCSSValue('text-decoration-line').toString() is '[object CSSValueList]' |
PASS computedStyle.getPropertyCSSValue('text-decoration-line').cssText is 'underline' |
+Ancestor should not implicitly inherit value from parent (i.e. when value is void): |
+PASS e.style.getPropertyCSSValue('text-decoration-line') is null |
+PASS computedStyle.textDecorationLine is 'none' |
+PASS computedStyle.getPropertyCSSValue('text-decoration-line').toString() is '[object CSSPrimitiveValue]' |
+PASS computedStyle.getPropertyCSSValue('text-decoration-line').cssText is 'none' |
+ |
PASS successfullyParsed is true |
TEST COMPLETE |