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 89c6f8ced66876f323b40e51738ab21c9a086919..17540fa8f8706a51eca40b3047312621c0a565eb 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 |
@@ -1,69 +1,69 @@ |
-Test to make sure -webkit-text-underline-position property returns values properly. |
+Test to make sure text-underline-position property returns values properly. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
Initial value: |
-PASS e.style.getPropertyCSSValue('-webkit-text-underline-position') is null |
-PASS computedStyle.webkitTextUnderlinePosition is 'auto' |
-PASS computedStyle.getPropertyCSSValue('-webkit-text-underline-position').toString() is '[object CSSPrimitiveValue]' |
-PASS computedStyle.getPropertyCSSValue('-webkit-text-underline-position').cssText is 'auto' |
+PASS e.style.getPropertyCSSValue('text-underline-position') is null |
+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 '': |
-PASS e.style.getPropertyCSSValue('-webkit-text-underline-position') is null |
-PASS computedStyle.webkitTextUnderlinePosition is 'auto' |
-PASS computedStyle.getPropertyCSSValue('-webkit-text-underline-position').toString() is '[object CSSPrimitiveValue]' |
-PASS computedStyle.getPropertyCSSValue('-webkit-text-underline-position').cssText is 'auto' |
+PASS e.style.getPropertyCSSValue('text-underline-position') is null |
+PASS computedStyle.textUnderlinePosition is 'auto' |
+PASS computedStyle.getPropertyCSSValue('text-underline-position').toString() is '[object CSSPrimitiveValue]' |
+PASS computedStyle.getPropertyCSSValue('text-underline-position').cssText is 'auto' |
Initial value (explicit): |
-PASS e.style.webkitTextUnderlinePosition is 'initial' |
-PASS e.style.getPropertyCSSValue('-webkit-text-underline-position').toString() is '[object CSSValue]' |
-PASS e.style.getPropertyCSSValue('-webkit-text-underline-position').cssText is 'initial' |
-PASS computedStyle.webkitTextUnderlinePosition is 'auto' |
-PASS computedStyle.getPropertyCSSValue('-webkit-text-underline-position').toString() is '[object CSSPrimitiveValue]' |
-PASS computedStyle.getPropertyCSSValue('-webkit-text-underline-position').cssText is 'auto' |
+PASS e.style.textUnderlinePosition is 'initial' |
+PASS e.style.getPropertyCSSValue('text-underline-position').toString() is '[object CSSValue]' |
+PASS e.style.getPropertyCSSValue('text-underline-position').cssText is 'initial' |
+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 'auto': |
-PASS e.style.webkitTextUnderlinePosition is 'auto' |
-PASS e.style.getPropertyCSSValue('-webkit-text-underline-position').toString() is '[object CSSPrimitiveValue]' |
-PASS e.style.getPropertyCSSValue('-webkit-text-underline-position').cssText is 'auto' |
-PASS computedStyle.webkitTextUnderlinePosition is 'auto' |
-PASS computedStyle.getPropertyCSSValue('-webkit-text-underline-position').toString() is '[object CSSPrimitiveValue]' |
-PASS computedStyle.getPropertyCSSValue('-webkit-text-underline-position').cssText is 'auto' |
+PASS e.style.textUnderlinePosition is 'auto' |
+PASS e.style.getPropertyCSSValue('text-underline-position').toString() is '[object CSSPrimitiveValue]' |
+PASS e.style.getPropertyCSSValue('text-underline-position').cssText is 'auto' |
+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.webkitTextUnderlinePosition is 'alphabetic' |
-PASS e.style.getPropertyCSSValue('-webkit-text-underline-position').toString() is '[object CSSPrimitiveValue]' |
-PASS e.style.getPropertyCSSValue('-webkit-text-underline-position').cssText is 'alphabetic' |
-PASS computedStyle.webkitTextUnderlinePosition is 'alphabetic' |
-PASS computedStyle.getPropertyCSSValue('-webkit-text-underline-position').toString() is '[object CSSPrimitiveValue]' |
-PASS computedStyle.getPropertyCSSValue('-webkit-text-underline-position').cssText is '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.webkitTextUnderlinePosition is 'under' |
-PASS e.style.getPropertyCSSValue('-webkit-text-underline-position').toString() is '[object CSSPrimitiveValue]' |
-PASS e.style.getPropertyCSSValue('-webkit-text-underline-position').cssText is 'under' |
-PASS computedStyle.webkitTextUnderlinePosition is 'under' |
-PASS computedStyle.getPropertyCSSValue('-webkit-text-underline-position').toString() is '[object CSSPrimitiveValue]' |
-PASS computedStyle.getPropertyCSSValue('-webkit-text-underline-position').cssText is 'under' |
+PASS e.style.textUnderlinePosition is 'under' |
+PASS e.style.getPropertyCSSValue('text-underline-position').toString() is '[object CSSPrimitiveValue]' |
+PASS e.style.getPropertyCSSValue('text-underline-position').cssText is 'under' |
+PASS computedStyle.textUnderlinePosition is 'under' |
+PASS computedStyle.getPropertyCSSValue('text-underline-position').toString() is '[object CSSPrimitiveValue]' |
+PASS computedStyle.getPropertyCSSValue('text-underline-position').cssText is 'under' |
Ancestor inherits values from parent: |
-PASS e.style.getPropertyCSSValue('-webkit-text-underline-position') is null |
-PASS computedStyle.webkitTextUnderlinePosition is 'under' |
-PASS computedStyle.getPropertyCSSValue('-webkit-text-underline-position').toString() is '[object CSSPrimitiveValue]' |
-PASS computedStyle.getPropertyCSSValue('-webkit-text-underline-position').cssText is 'under' |
+PASS e.style.getPropertyCSSValue('text-underline-position') is null |
+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('-webkit-text-underline-position') is null |
+PASS e.style.getPropertyCSSValue('text-underline-position') is null |
Value 'auto under': |
-PASS e.style.getPropertyCSSValue('-webkit-text-underline-position') is null |
+PASS e.style.getPropertyCSSValue('text-underline-position') is null |
Value 'under under': |
-PASS e.style.getPropertyCSSValue('-webkit-text-underline-position') is null |
+PASS e.style.getPropertyCSSValue('text-underline-position') is null |
Value 'under under under': |
-PASS e.style.getPropertyCSSValue('-webkit-text-underline-position') is null |
+PASS e.style.getPropertyCSSValue('text-underline-position') is null |
PASS successfullyParsed is true |