| Index: LayoutTests/platform/win/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt
|
| diff --git a/LayoutTests/platform/win/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt b/LayoutTests/platform/win/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt
|
| deleted file mode 100644
|
| index 4ff45d87c88d78b61ececc7114bab5e5ee92a5d7..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/platform/win/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt
|
| +++ /dev/null
|
| @@ -1,45 +0,0 @@
|
| -This test checks that the value of -webkit-text-align-last is properly inherited to the child.
|
| -
|
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| -
|
| -
|
| -Value of ancestor is 'start':
|
| -FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be start. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be start. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -
|
| -Value of ancestor is 'end':
|
| -FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be end. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be end. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -
|
| -Value of ancestor is 'left':
|
| -FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be left. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be left. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -
|
| -Value of ancestor is 'right':
|
| -FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be right. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be right. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -
|
| -Value of ancestor is 'center':
|
| -FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be center. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be center. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -
|
| -Value of ancestor is 'justify':
|
| -FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be justify. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be justify. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -
|
| -Value of ancestor is 'auto':
|
| -FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -
|
| -Value of ancestor is 'start, while child is 'end':
|
| -FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be start. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be end. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -
|
| -Value of ancestor is 'left, while child is 'right':
|
| -FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-last').cssText should be left. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last').cssText should be right. Threw exception TypeError: Cannot read property 'cssText' of null
|
| -
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -hello world
|
|
|