| Index: LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-expected.txt
|
| diff --git a/LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-expected.txt b/LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-expected.txt
|
| index 8127a957ad47d44ea42783402ddc84ad6f4713b9..e2bafd98364cfe8f2597b245cb99eea048c8f049 100644
|
| --- a/LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-expected.txt
|
| +++ b/LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-expected.txt
|
| @@ -4,80 +4,80 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| Test the initial value:
|
| -PASS computedStyle.webkitTextAlignLast is 'auto'
|
| -PASS computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText is 'auto'
|
| +FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was undefined (of type undefined).
|
| +FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
|
|
|
| Value 'start':
|
| PASS e.style.webkitTextAlignLast is 'start'
|
| -PASS e.style.getPropertyCSSValue('-webkit-text-align-last').cssText is 'start'
|
| -PASS computedStyle.webkitTextAlignLast is 'start'
|
| -PASS computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText is 'start'
|
| +FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be start. Threw exception TypeError: Cannot read property 'cssText' of null
|
| +FAIL computedStyle.webkitTextAlignLast should be start (of type string). Was undefined (of type undefined).
|
| +FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be start. Threw exception TypeError: Cannot read property 'cssText' of null
|
|
|
| Value 'end':
|
| PASS e.style.webkitTextAlignLast is 'end'
|
| -PASS e.style.getPropertyCSSValue('-webkit-text-align-last').cssText is 'end'
|
| -PASS computedStyle.webkitTextAlignLast is 'end'
|
| -PASS computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText is 'end'
|
| +FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be end. Threw exception TypeError: Cannot read property 'cssText' of null
|
| +FAIL computedStyle.webkitTextAlignLast should be end (of type string). Was undefined (of type undefined).
|
| +FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be end. Threw exception TypeError: Cannot read property 'cssText' of null
|
|
|
| Value 'left':
|
| PASS e.style.webkitTextAlignLast is 'left'
|
| -PASS e.style.getPropertyCSSValue('-webkit-text-align-last').cssText is 'left'
|
| -PASS computedStyle.webkitTextAlignLast is 'left'
|
| -PASS computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText is 'left'
|
| +FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be left. Threw exception TypeError: Cannot read property 'cssText' of null
|
| +FAIL computedStyle.webkitTextAlignLast should be left (of type string). Was undefined (of type undefined).
|
| +FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be left. Threw exception TypeError: Cannot read property 'cssText' of null
|
|
|
| Value 'right':
|
| PASS e.style.webkitTextAlignLast is 'right'
|
| -PASS e.style.getPropertyCSSValue('-webkit-text-align-last').cssText is 'right'
|
| -PASS computedStyle.webkitTextAlignLast is 'right'
|
| -PASS computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText is 'right'
|
| +FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be right. Threw exception TypeError: Cannot read property 'cssText' of null
|
| +FAIL computedStyle.webkitTextAlignLast should be right (of type string). Was undefined (of type undefined).
|
| +FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be right. Threw exception TypeError: Cannot read property 'cssText' of null
|
|
|
| Value 'center':
|
| PASS e.style.webkitTextAlignLast is 'center'
|
| -PASS e.style.getPropertyCSSValue('-webkit-text-align-last').cssText is 'center'
|
| -PASS computedStyle.webkitTextAlignLast is 'center'
|
| -PASS computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText is 'center'
|
| +FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be center. Threw exception TypeError: Cannot read property 'cssText' of null
|
| +FAIL computedStyle.webkitTextAlignLast should be center (of type string). Was undefined (of type undefined).
|
| +FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be center. Threw exception TypeError: Cannot read property 'cssText' of null
|
|
|
| Value 'justify':
|
| PASS e.style.webkitTextAlignLast is 'justify'
|
| -PASS e.style.getPropertyCSSValue('-webkit-text-align-last').cssText is 'justify'
|
| -PASS computedStyle.webkitTextAlignLast is 'justify'
|
| -PASS computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText is 'justify'
|
| +FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be justify. Threw exception TypeError: Cannot read property 'cssText' of null
|
| +FAIL computedStyle.webkitTextAlignLast should be justify (of type string). Was undefined (of type undefined).
|
| +FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be justify. Threw exception TypeError: Cannot read property 'cssText' of null
|
|
|
| Value 'auto':
|
| PASS e.style.webkitTextAlignLast is 'auto'
|
| -PASS e.style.getPropertyCSSValue('-webkit-text-align-last').cssText is 'auto'
|
| -PASS computedStyle.webkitTextAlignLast is 'auto'
|
| -PASS computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText is 'auto'
|
| +FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
|
| +FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was undefined (of type undefined).
|
| +FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
|
|
|
| Invalid value test - '-webkit-left':
|
| -PASS e.style.webkitTextAlignLast is 'auto'
|
| -PASS e.style.getPropertyCSSValue('-webkit-text-align-last').cssText is 'auto'
|
| -PASS computedStyle.webkitTextAlignLast is 'auto'
|
| -PASS computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText is 'auto'
|
| +FAIL e.style.webkitTextAlignLast should be auto. Was -webkit-left.
|
| +FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
|
| +FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was undefined (of type undefined).
|
| +FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
|
|
|
| Invalid value test - '-webkit-right':
|
| -PASS e.style.webkitTextAlignLast is 'auto'
|
| -PASS e.style.getPropertyCSSValue('-webkit-text-align-last').cssText is 'auto'
|
| -PASS computedStyle.webkitTextAlignLast is 'auto'
|
| -PASS computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText is 'auto'
|
| +FAIL e.style.webkitTextAlignLast should be auto. Was -webkit-right.
|
| +FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
|
| +FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was undefined (of type undefined).
|
| +FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
|
|
|
| Invalid value test - '-webkit-center':
|
| -PASS e.style.webkitTextAlignLast is 'auto'
|
| -PASS e.style.getPropertyCSSValue('-webkit-text-align-last').cssText is 'auto'
|
| -PASS computedStyle.webkitTextAlignLast is 'auto'
|
| -PASS computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText is 'auto'
|
| +FAIL e.style.webkitTextAlignLast should be auto. Was -webkit-center.
|
| +FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
|
| +FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was undefined (of type undefined).
|
| +FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
|
|
|
| Invalid value test - '-webkit-match-parent':
|
| -PASS e.style.webkitTextAlignLast is 'auto'
|
| -PASS e.style.getPropertyCSSValue('-webkit-text-align-last').cssText is 'auto'
|
| -PASS computedStyle.webkitTextAlignLast is 'auto'
|
| -PASS computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText is 'auto'
|
| +FAIL e.style.webkitTextAlignLast should be auto. Was -webkit-match-parent.
|
| +FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
|
| +FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was undefined (of type undefined).
|
| +FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
|
|
|
| Invalid value test - '-webkit-auto':
|
| -PASS e.style.webkitTextAlignLast is 'auto'
|
| -PASS e.style.getPropertyCSSValue('-webkit-text-align-last').cssText is 'auto'
|
| -PASS computedStyle.webkitTextAlignLast is 'auto'
|
| -PASS computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText is 'auto'
|
| +FAIL e.style.webkitTextAlignLast should be auto. Was -webkit-auto.
|
| +FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
|
| +FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was undefined (of type undefined).
|
| +FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
|
|
|
| PASS successfullyParsed is true
|
|
|
|
|