| 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 fe1ce743988188b6a4c0a8e590949267a5d9665f..81425ce51a3df257fbe69eb28e33ccf251ce0c5a 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
|
| @@ -5,79 +5,54 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
| Test the initial value:
|
| PASS computedStyle.textAlignLast is 'auto'
|
| -PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'auto'
|
|
|
| Value 'start':
|
| PASS e.style.textAlignLast is 'start'
|
| -PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'start'
|
| PASS computedStyle.textAlignLast is 'start'
|
| -PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'start'
|
|
|
| Value 'end':
|
| PASS e.style.textAlignLast is 'end'
|
| -PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'end'
|
| PASS computedStyle.textAlignLast is 'end'
|
| -PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'end'
|
|
|
| Value 'left':
|
| PASS e.style.textAlignLast is 'left'
|
| -PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'left'
|
| PASS computedStyle.textAlignLast is 'left'
|
| -PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'left'
|
|
|
| Value 'right':
|
| PASS e.style.textAlignLast is 'right'
|
| -PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'right'
|
| PASS computedStyle.textAlignLast is 'right'
|
| -PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'right'
|
|
|
| Value 'center':
|
| PASS e.style.textAlignLast is 'center'
|
| -PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'center'
|
| PASS computedStyle.textAlignLast is 'center'
|
| -PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'center'
|
|
|
| Value 'justify':
|
| PASS e.style.textAlignLast is 'justify'
|
| -PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'justify'
|
| PASS computedStyle.textAlignLast is 'justify'
|
| -PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'justify'
|
|
|
| Value 'auto':
|
| PASS e.style.textAlignLast is 'auto'
|
| -PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'auto'
|
| PASS computedStyle.textAlignLast is 'auto'
|
| -PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'auto'
|
|
|
| Invalid value test - '-webkit-left':
|
| PASS e.style.textAlignLast is 'auto'
|
| -PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'auto'
|
| PASS computedStyle.textAlignLast is 'auto'
|
| -PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'auto'
|
|
|
| Invalid value test - '-webkit-right':
|
| PASS e.style.textAlignLast is 'auto'
|
| -PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'auto'
|
| PASS computedStyle.textAlignLast is 'auto'
|
| -PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'auto'
|
|
|
| Invalid value test - '-webkit-center':
|
| PASS e.style.textAlignLast is 'auto'
|
| -PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'auto'
|
| PASS computedStyle.textAlignLast is 'auto'
|
| -PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'auto'
|
|
|
| Invalid value test - '-webkit-match-parent':
|
| PASS e.style.textAlignLast is 'auto'
|
| -PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'auto'
|
| PASS computedStyle.textAlignLast is 'auto'
|
| -PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'auto'
|
|
|
| Invalid value test - '-webkit-auto':
|
| PASS e.style.textAlignLast is 'auto'
|
| -PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'auto'
|
| PASS computedStyle.textAlignLast is 'auto'
|
| -PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'auto'
|
|
|
| PASS successfullyParsed is true
|
|
|
|
|