| Index: LayoutTests/platform/chromium-win/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style-expected.txt
|
| diff --git a/LayoutTests/platform/chromium-win/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style-expected.txt b/LayoutTests/platform/chromium-win/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style-expected.txt
|
| index c7cfe2211edc68ade5cd1be6ed3ae81008fa4bd6..bad687c6ad692249e1a918bd73245e2cb8d1d23a 100644
|
| --- a/LayoutTests/platform/chromium-win/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style-expected.txt
|
| +++ b/LayoutTests/platform/chromium-win/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-style-expected.txt
|
| @@ -1,94 +1,94 @@
|
| -Test to make sure -webkit-text-decoration-style property returns CSSPrimitiveValue properly.
|
| +Test to make sure text-decoration-style property returns CSSPrimitiveValue properly.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| Ancestor should not inherit 'dashed' value from parent (fallback to initial 'solid' value):
|
| -PASS e.style.getPropertyCSSValue('-webkit-text-decoration-style') is null
|
| -FAIL computedStyle.getPropertyCSSValue('-webkit-text-decoration-style').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
|
| -FAIL computedStyle.getPropertyCSSValue('-webkit-text-decoration-style').cssText should be solid. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL computedStyle.webkitTextDecorationStyle should be solid (of type string). Was undefined (of type undefined).
|
| +PASS e.style.getPropertyCSSValue('text-decoration-style') is null
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration-style').toString() is '[object CSSPrimitiveValue]'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration-style').cssText is 'solid'
|
| +PASS computedStyle.textDecorationStyle is 'solid'
|
|
|
| Parent should cointain 'dashed':
|
| -FAIL e.style.webkitTextDecorationStyle should be dashed (of type string). Was undefined (of type undefined).
|
| -FAIL e.style.getPropertyCSSValue('-webkit-text-decoration-style').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
|
| -FAIL e.style.getPropertyCSSValue('-webkit-text-decoration-style').cssText should be dashed. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL computedStyle.getPropertyCSSValue('-webkit-text-decoration-style').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
|
| -FAIL computedStyle.getPropertyCSSValue('-webkit-text-decoration-style').cssText should be dashed. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL computedStyle.webkitTextDecorationStyle should be dashed (of type string). Was undefined (of type undefined).
|
| +PASS e.style.textDecorationStyle is 'dashed'
|
| +PASS e.style.getPropertyCSSValue('text-decoration-style').toString() is '[object CSSPrimitiveValue]'
|
| +PASS e.style.getPropertyCSSValue('text-decoration-style').cssText is 'dashed'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration-style').toString() is '[object CSSPrimitiveValue]'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration-style').cssText is 'dashed'
|
| +PASS computedStyle.textDecorationStyle is 'dashed'
|
|
|
| JavaScript setter tests for valid, initial, invalid and blank values:
|
| -PASS e.style.getPropertyCSSValue('-webkit-text-decoration-style') is null
|
| +PASS e.style.getPropertyCSSValue('text-decoration-style') is null
|
|
|
| Valid value 'solid':
|
| -PASS e.style.webkitTextDecorationStyle is 'solid'
|
| -FAIL e.style.getPropertyCSSValue('-webkit-text-decoration-style').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
|
| -FAIL e.style.getPropertyCSSValue('-webkit-text-decoration-style').cssText should be solid. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL computedStyle.getPropertyCSSValue('-webkit-text-decoration-style').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
|
| -FAIL computedStyle.getPropertyCSSValue('-webkit-text-decoration-style').cssText should be solid. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL computedStyle.webkitTextDecorationStyle should be solid (of type string). Was undefined (of type undefined).
|
| +PASS e.style.textDecorationStyle is 'solid'
|
| +PASS e.style.getPropertyCSSValue('text-decoration-style').toString() is '[object CSSPrimitiveValue]'
|
| +PASS e.style.getPropertyCSSValue('text-decoration-style').cssText is 'solid'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration-style').toString() is '[object CSSPrimitiveValue]'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration-style').cssText is 'solid'
|
| +PASS computedStyle.textDecorationStyle is 'solid'
|
|
|
| Valid value 'double':
|
| -PASS e.style.webkitTextDecorationStyle is 'double'
|
| -FAIL e.style.getPropertyCSSValue('-webkit-text-decoration-style').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
|
| -FAIL e.style.getPropertyCSSValue('-webkit-text-decoration-style').cssText should be double. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL computedStyle.getPropertyCSSValue('-webkit-text-decoration-style').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
|
| -FAIL computedStyle.getPropertyCSSValue('-webkit-text-decoration-style').cssText should be double. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL computedStyle.webkitTextDecorationStyle should be double (of type string). Was undefined (of type undefined).
|
| +PASS e.style.textDecorationStyle is 'double'
|
| +PASS e.style.getPropertyCSSValue('text-decoration-style').toString() is '[object CSSPrimitiveValue]'
|
| +PASS e.style.getPropertyCSSValue('text-decoration-style').cssText is 'double'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration-style').toString() is '[object CSSPrimitiveValue]'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration-style').cssText is 'double'
|
| +PASS computedStyle.textDecorationStyle is 'double'
|
|
|
| Valid value 'dotted':
|
| -PASS e.style.webkitTextDecorationStyle is 'dotted'
|
| -FAIL e.style.getPropertyCSSValue('-webkit-text-decoration-style').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
|
| -FAIL e.style.getPropertyCSSValue('-webkit-text-decoration-style').cssText should be dotted. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL computedStyle.getPropertyCSSValue('-webkit-text-decoration-style').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
|
| -FAIL computedStyle.getPropertyCSSValue('-webkit-text-decoration-style').cssText should be dotted. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL computedStyle.webkitTextDecorationStyle should be dotted (of type string). Was undefined (of type undefined).
|
| +PASS e.style.textDecorationStyle is 'dotted'
|
| +PASS e.style.getPropertyCSSValue('text-decoration-style').toString() is '[object CSSPrimitiveValue]'
|
| +PASS e.style.getPropertyCSSValue('text-decoration-style').cssText is 'dotted'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration-style').toString() is '[object CSSPrimitiveValue]'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration-style').cssText is 'dotted'
|
| +PASS computedStyle.textDecorationStyle is 'dotted'
|
|
|
| Valid value 'dashed':
|
| -PASS e.style.webkitTextDecorationStyle is 'dashed'
|
| -FAIL e.style.getPropertyCSSValue('-webkit-text-decoration-style').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
|
| -FAIL e.style.getPropertyCSSValue('-webkit-text-decoration-style').cssText should be dashed. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL computedStyle.getPropertyCSSValue('-webkit-text-decoration-style').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
|
| -FAIL computedStyle.getPropertyCSSValue('-webkit-text-decoration-style').cssText should be dashed. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL computedStyle.webkitTextDecorationStyle should be dashed (of type string). Was undefined (of type undefined).
|
| +PASS e.style.textDecorationStyle is 'dashed'
|
| +PASS e.style.getPropertyCSSValue('text-decoration-style').toString() is '[object CSSPrimitiveValue]'
|
| +PASS e.style.getPropertyCSSValue('text-decoration-style').cssText is 'dashed'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration-style').toString() is '[object CSSPrimitiveValue]'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration-style').cssText is 'dashed'
|
| +PASS computedStyle.textDecorationStyle is 'dashed'
|
|
|
| Valid value 'wavy':
|
| -PASS e.style.webkitTextDecorationStyle is 'wavy'
|
| -FAIL e.style.getPropertyCSSValue('-webkit-text-decoration-style').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
|
| -FAIL e.style.getPropertyCSSValue('-webkit-text-decoration-style').cssText should be wavy. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL computedStyle.getPropertyCSSValue('-webkit-text-decoration-style').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
|
| -FAIL computedStyle.getPropertyCSSValue('-webkit-text-decoration-style').cssText should be wavy. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL computedStyle.webkitTextDecorationStyle should be wavy (of type string). Was undefined (of type undefined).
|
| +PASS e.style.textDecorationStyle is 'wavy'
|
| +PASS e.style.getPropertyCSSValue('text-decoration-style').toString() is '[object CSSPrimitiveValue]'
|
| +PASS e.style.getPropertyCSSValue('text-decoration-style').cssText is 'wavy'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration-style').toString() is '[object CSSPrimitiveValue]'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration-style').cssText is 'wavy'
|
| +PASS computedStyle.textDecorationStyle is 'wavy'
|
|
|
| Initial value:
|
| -PASS e.style.webkitTextDecorationStyle is 'initial'
|
| -FAIL e.style.getPropertyCSSValue('-webkit-text-decoration-style').toString() should be [object CSSValue]. Threw exception TypeError: Cannot call method 'toString' of null
|
| -FAIL e.style.getPropertyCSSValue('-webkit-text-decoration-style').cssText should be initial. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL computedStyle.getPropertyCSSValue('-webkit-text-decoration-style').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
|
| -FAIL computedStyle.getPropertyCSSValue('-webkit-text-decoration-style').cssText should be solid. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL computedStyle.webkitTextDecorationStyle should be solid (of type string). Was undefined (of type undefined).
|
| +PASS e.style.textDecorationStyle is 'initial'
|
| +PASS e.style.getPropertyCSSValue('text-decoration-style').toString() is '[object CSSValue]'
|
| +PASS e.style.getPropertyCSSValue('text-decoration-style').cssText is 'initial'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration-style').toString() is '[object CSSPrimitiveValue]'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration-style').cssText is 'solid'
|
| +PASS computedStyle.textDecorationStyle is 'solid'
|
|
|
| Invalid value (this property accepts one value at a time only):
|
| -FAIL e.style.webkitTextDecorationStyle should be initial. Was double dotted.
|
| -FAIL e.style.getPropertyCSSValue('-webkit-text-decoration-style').toString() should be [object CSSValue]. Threw exception TypeError: Cannot call method 'toString' of null
|
| -FAIL e.style.getPropertyCSSValue('-webkit-text-decoration-style').cssText should be initial. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL computedStyle.getPropertyCSSValue('-webkit-text-decoration-style').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
|
| -FAIL computedStyle.getPropertyCSSValue('-webkit-text-decoration-style').cssText should be solid. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL computedStyle.webkitTextDecorationStyle should be solid (of type string). Was undefined (of type undefined).
|
| +PASS e.style.textDecorationStyle is 'initial'
|
| +PASS e.style.getPropertyCSSValue('text-decoration-style').toString() is '[object CSSValue]'
|
| +PASS e.style.getPropertyCSSValue('text-decoration-style').cssText is 'initial'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration-style').toString() is '[object CSSPrimitiveValue]'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration-style').cssText is 'solid'
|
| +PASS computedStyle.textDecorationStyle is 'solid'
|
|
|
| Invalid value (ie. 'unknown'):
|
| -FAIL e.style.webkitTextDecorationStyle should be initial. Was unknown.
|
| -FAIL e.style.getPropertyCSSValue('-webkit-text-decoration-style').toString() should be [object CSSValue]. Threw exception TypeError: Cannot call method 'toString' of null
|
| -FAIL e.style.getPropertyCSSValue('-webkit-text-decoration-style').cssText should be initial. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL computedStyle.getPropertyCSSValue('-webkit-text-decoration-style').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
|
| -FAIL computedStyle.getPropertyCSSValue('-webkit-text-decoration-style').cssText should be solid. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL computedStyle.webkitTextDecorationStyle should be solid (of type string). Was undefined (of type undefined).
|
| +PASS e.style.textDecorationStyle is 'initial'
|
| +PASS e.style.getPropertyCSSValue('text-decoration-style').toString() is '[object CSSValue]'
|
| +PASS e.style.getPropertyCSSValue('text-decoration-style').cssText is 'initial'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration-style').toString() is '[object CSSPrimitiveValue]'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration-style').cssText is 'solid'
|
| +PASS computedStyle.textDecorationStyle is 'solid'
|
|
|
| Empty value (resets the property):
|
| -PASS e.style.getPropertyCSSValue('-webkit-text-decoration-style') is null
|
| -FAIL computedStyle.getPropertyCSSValue('-webkit-text-decoration-style').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
|
| -FAIL computedStyle.getPropertyCSSValue('-webkit-text-decoration-style').cssText should be solid. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL computedStyle.webkitTextDecorationStyle should be solid (of type string). Was undefined (of type undefined).
|
| +PASS e.style.getPropertyCSSValue('text-decoration-style') is null
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration-style').toString() is '[object CSSPrimitiveValue]'
|
| +PASS computedStyle.getPropertyCSSValue('text-decoration-style').cssText is 'solid'
|
| +PASS computedStyle.textDecorationStyle is 'solid'
|
|
|
| PASS successfullyParsed is true
|
|
|
|
|