| Index: LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-underline-position-expected.txt
|
| diff --git a/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-underline-position-expected.txt b/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-underline-position-expected.txt
|
| index 17540fa8f8706a51eca40b3047312621c0a565eb..cb0aa8ef5dead65d8d972deb8ddd39bf760c7afe 100644
|
| --- a/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-underline-position-expected.txt
|
| +++ b/LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-underline-position-expected.txt
|
| @@ -31,14 +31,6 @@ PASS computedStyle.textUnderlinePosition is 'auto'
|
| PASS computedStyle.getPropertyCSSValue('text-underline-position').toString() is '[object CSSPrimitiveValue]'
|
| PASS computedStyle.getPropertyCSSValue('text-underline-position').cssText is 'auto'
|
|
|
| -Value 'alphabetic':
|
| -PASS e.style.textUnderlinePosition is 'alphabetic'
|
| -PASS e.style.getPropertyCSSValue('text-underline-position').toString() is '[object CSSPrimitiveValue]'
|
| -PASS e.style.getPropertyCSSValue('text-underline-position').cssText is 'alphabetic'
|
| -PASS computedStyle.textUnderlinePosition is 'alphabetic'
|
| -PASS computedStyle.getPropertyCSSValue('text-underline-position').toString() is '[object CSSPrimitiveValue]'
|
| -PASS computedStyle.getPropertyCSSValue('text-underline-position').cssText is 'alphabetic'
|
| -
|
| Value 'under':
|
| PASS e.style.textUnderlinePosition is 'under'
|
| PASS e.style.getPropertyCSSValue('text-underline-position').toString() is '[object CSSPrimitiveValue]'
|
| @@ -53,9 +45,6 @@ PASS computedStyle.textUnderlinePosition is 'under'
|
| PASS computedStyle.getPropertyCSSValue('text-underline-position').toString() is '[object CSSPrimitiveValue]'
|
| PASS computedStyle.getPropertyCSSValue('text-underline-position').cssText is 'under'
|
|
|
| -Value 'auto alphabetic':
|
| -PASS e.style.getPropertyCSSValue('text-underline-position') is null
|
| -
|
| Value 'auto under':
|
| PASS e.style.getPropertyCSSValue('text-underline-position') is null
|
|
|
|
|