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