| 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..87a2aad84eb2e00d25ffcfc4a3177d5212e84877 100644
|
| --- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt
|
| +++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt
|
| @@ -5,87 +5,69 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
| Initial value:
|
| 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 computedStyle.textDecoration is 'none solid rgb(0, 0, 0)'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration').toString() is '[object CSSValueList]'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration').cssText is 'none solid rgb(0, 0, 0)'
|
|
|
| Initial value (explicit):
|
| -PASS e.style.textDecoration is 'initial'
|
| -PASS e.style.getPropertyCSSValue('text-decoration').toString() is '[object CSSValue]'
|
| -PASS e.style.getPropertyCSSValue('text-decoration').cssText is 'initial'
|
| -PASS computedStyle.textDecoration is 'none'
|
| -PASS computedStyle.getPropertyCSSValue('text-decoration').toString() is '[object CSSPrimitiveValue]'
|
| -PASS computedStyle.getPropertyCSSValue('text-decoration').cssText is 'none'
|
| +PASS e.style.getPropertyCSSValue('text-decoration') is null
|
| +PASS computedStyle.textDecoration is 'none solid rgb(0, 0, 0)'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration').toString() is '[object CSSValueList]'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration').cssText is 'none solid rgb(0, 0, 0)'
|
|
|
| Value 'none':
|
| -PASS e.style.textDecoration is 'none'
|
| -PASS e.style.getPropertyCSSValue('text-decoration').toString() is '[object CSSPrimitiveValue]'
|
| -PASS e.style.getPropertyCSSValue('text-decoration').cssText is 'none'
|
| -PASS computedStyle.textDecoration is 'none'
|
| -PASS computedStyle.getPropertyCSSValue('text-decoration').toString() is '[object CSSPrimitiveValue]'
|
| -PASS computedStyle.getPropertyCSSValue('text-decoration').cssText is 'none'
|
| +PASS e.style.getPropertyCSSValue('text-decoration') is null
|
| +PASS computedStyle.textDecoration is 'none solid rgb(0, 0, 0)'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration').toString() is '[object CSSValueList]'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration').cssText is 'none solid rgb(0, 0, 0)'
|
|
|
| Value 'underline':
|
| -PASS e.style.textDecoration is 'underline'
|
| -PASS e.style.getPropertyCSSValue('text-decoration').toString() is '[object CSSValueList]'
|
| -PASS e.style.getPropertyCSSValue('text-decoration').cssText is 'underline'
|
| -PASS computedStyle.textDecoration is 'underline'
|
| +PASS e.style.getPropertyCSSValue('text-decoration') is null
|
| +PASS computedStyle.textDecoration is 'underline solid rgb(0, 0, 0)'
|
| PASS computedStyle.getPropertyCSSValue('text-decoration').toString() is '[object CSSValueList]'
|
| -PASS computedStyle.getPropertyCSSValue('text-decoration').cssText is 'underline'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration').cssText is 'underline solid rgb(0, 0, 0)'
|
|
|
| Value 'overline':
|
| -PASS e.style.textDecoration is 'overline'
|
| -PASS e.style.getPropertyCSSValue('text-decoration').toString() is '[object CSSValueList]'
|
| -PASS e.style.getPropertyCSSValue('text-decoration').cssText is 'overline'
|
| -PASS computedStyle.textDecoration is 'overline'
|
| +PASS e.style.getPropertyCSSValue('text-decoration') is null
|
| +PASS computedStyle.textDecoration is 'overline solid rgb(0, 0, 0)'
|
| PASS computedStyle.getPropertyCSSValue('text-decoration').toString() is '[object CSSValueList]'
|
| -PASS computedStyle.getPropertyCSSValue('text-decoration').cssText is 'overline'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration').cssText is 'overline solid rgb(0, 0, 0)'
|
|
|
| Value 'line-through':
|
| -PASS e.style.textDecoration is 'line-through'
|
| -PASS e.style.getPropertyCSSValue('text-decoration').toString() is '[object CSSValueList]'
|
| -PASS e.style.getPropertyCSSValue('text-decoration').cssText is 'line-through'
|
| -PASS computedStyle.textDecoration is 'line-through'
|
| +PASS e.style.getPropertyCSSValue('text-decoration') is null
|
| +PASS computedStyle.textDecoration is 'line-through solid rgb(0, 0, 0)'
|
| PASS computedStyle.getPropertyCSSValue('text-decoration').toString() is '[object CSSValueList]'
|
| -PASS computedStyle.getPropertyCSSValue('text-decoration').cssText is 'line-through'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration').cssText is 'line-through solid rgb(0, 0, 0)'
|
|
|
| Value 'underline overline line-through':
|
| -PASS e.style.textDecoration is 'underline overline line-through'
|
| -PASS e.style.getPropertyCSSValue('text-decoration').toString() is '[object CSSValueList]'
|
| -PASS e.style.getPropertyCSSValue('text-decoration').cssText is 'underline overline line-through'
|
| -PASS computedStyle.textDecoration is 'underline overline line-through'
|
| +PASS e.style.getPropertyCSSValue('text-decoration') is null
|
| +PASS computedStyle.textDecoration is 'underline overline line-through solid rgb(0, 0, 0)'
|
| PASS computedStyle.getPropertyCSSValue('text-decoration').toString() is '[object CSSValueList]'
|
| -PASS computedStyle.getPropertyCSSValue('text-decoration').cssText is 'underline overline line-through'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration').cssText is 'underline overline line-through solid rgb(0, 0, 0)'
|
|
|
| Value 'blink' (valid but ignored):
|
| -PASS e.style.textDecoration is 'blink'
|
| -PASS e.style.getPropertyCSSValue('text-decoration').toString() is '[object CSSValueList]'
|
| -PASS e.style.getPropertyCSSValue('text-decoration').cssText is 'blink'
|
| -PASS computedStyle.textDecoration is 'none'
|
| -PASS computedStyle.getPropertyCSSValue('text-decoration').toString() is '[object CSSPrimitiveValue]'
|
| -PASS computedStyle.getPropertyCSSValue('text-decoration').cssText is 'none'
|
| +PASS e.style.getPropertyCSSValue('text-decoration') is null
|
| +PASS computedStyle.textDecoration is 'none solid rgb(0, 0, 0)'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration').toString() is '[object CSSValueList]'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration').cssText is 'none solid rgb(0, 0, 0)'
|
|
|
| Value '':
|
| 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 computedStyle.textDecoration is 'none solid rgb(0, 0, 0)'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration').toString() is '[object CSSValueList]'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration').cssText is 'none solid rgb(0, 0, 0)'
|
|
|
| Parent gets 'underline' value:
|
| -PASS e.style.textDecoration is 'underline'
|
| -PASS e.style.getPropertyCSSValue('text-decoration').toString() is '[object CSSValueList]'
|
| -PASS e.style.getPropertyCSSValue('text-decoration').cssText is 'underline'
|
| -PASS computedStyle.textDecoration is 'underline'
|
| +PASS e.style.getPropertyCSSValue('text-decoration') is null
|
| +PASS computedStyle.textDecoration is 'underline solid rgb(0, 0, 0)'
|
| PASS computedStyle.getPropertyCSSValue('text-decoration').toString() is '[object CSSValueList]'
|
| -PASS computedStyle.getPropertyCSSValue('text-decoration').cssText is 'underline'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration').cssText is 'underline solid rgb(0, 0, 0)'
|
|
|
| Ancestor should explicitly inherit value from parent when 'inherit' value is used:
|
| -PASS e.style.textDecoration is 'inherit'
|
| -PASS e.style.getPropertyCSSValue('text-decoration').toString() is '[object CSSValue]'
|
| -PASS e.style.getPropertyCSSValue('text-decoration').cssText is 'inherit'
|
| -PASS computedStyle.textDecoration is 'underline'
|
| +PASS e.style.getPropertyCSSValue('text-decoration') is null
|
| +PASS computedStyle.textDecoration is 'underline solid rgb(0, 0, 0)'
|
| PASS computedStyle.getPropertyCSSValue('text-decoration').toString() is '[object CSSValueList]'
|
| -PASS computedStyle.getPropertyCSSValue('text-decoration').cssText is 'underline'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration').cssText is 'underline solid rgb(0, 0, 0)'
|
|
|
| PASS successfullyParsed is true
|
|
|
|
|