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..009b5330911c612730c977a8c923bc2ce22534f0 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,16 +45,13 @@ 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 |
-Value 'under under': |
+Value 'under auto': |
PASS e.style.getPropertyCSSValue('text-underline-position') is null |
-Value 'under under under': |
+Value 'unknown': |
PASS e.style.getPropertyCSSValue('text-underline-position') is null |
PASS successfullyParsed is true |