Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: LayoutTests/fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-underline-position-expected.txt

Issue 14631011: Update TestExpectations entries for previously skipped tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..818d0bb359c50ba58bd671db49c6a0334df567c7 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
@@ -5,53 +5,53 @@ 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'
+FAIL computedStyle.webkitTextUnderlinePosition should be auto (of type string). Was undefined (of type undefined).
+FAIL computedStyle.getPropertyCSSValue('-webkit-text-underline-position').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
+FAIL computedStyle.getPropertyCSSValue('-webkit-text-underline-position').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
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'
+FAIL computedStyle.webkitTextUnderlinePosition should be auto (of type string). Was undefined (of type undefined).
+FAIL computedStyle.getPropertyCSSValue('-webkit-text-underline-position').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
+FAIL computedStyle.getPropertyCSSValue('-webkit-text-underline-position').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
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'
+FAIL e.style.getPropertyCSSValue('-webkit-text-underline-position').toString() should be [object CSSValue]. Threw exception TypeError: Cannot call method 'toString' of null
+FAIL e.style.getPropertyCSSValue('-webkit-text-underline-position').cssText should be initial. Threw exception TypeError: Cannot read property 'cssText' of null
+FAIL computedStyle.webkitTextUnderlinePosition should be auto (of type string). Was undefined (of type undefined).
+FAIL computedStyle.getPropertyCSSValue('-webkit-text-underline-position').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
+FAIL computedStyle.getPropertyCSSValue('-webkit-text-underline-position').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
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'
+FAIL e.style.getPropertyCSSValue('-webkit-text-underline-position').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
+FAIL e.style.getPropertyCSSValue('-webkit-text-underline-position').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
+FAIL computedStyle.webkitTextUnderlinePosition should be auto (of type string). Was undefined (of type undefined).
+FAIL computedStyle.getPropertyCSSValue('-webkit-text-underline-position').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
+FAIL computedStyle.getPropertyCSSValue('-webkit-text-underline-position').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
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'
+FAIL e.style.getPropertyCSSValue('-webkit-text-underline-position').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
+FAIL e.style.getPropertyCSSValue('-webkit-text-underline-position').cssText should be alphabetic. Threw exception TypeError: Cannot read property 'cssText' of null
+FAIL computedStyle.webkitTextUnderlinePosition should be alphabetic (of type string). Was undefined (of type undefined).
+FAIL computedStyle.getPropertyCSSValue('-webkit-text-underline-position').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
+FAIL computedStyle.getPropertyCSSValue('-webkit-text-underline-position').cssText should be alphabetic. Threw exception TypeError: Cannot read property 'cssText' of null
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'
+FAIL e.style.getPropertyCSSValue('-webkit-text-underline-position').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
+FAIL e.style.getPropertyCSSValue('-webkit-text-underline-position').cssText should be under. Threw exception TypeError: Cannot read property 'cssText' of null
+FAIL computedStyle.webkitTextUnderlinePosition should be under (of type string). Was undefined (of type undefined).
+FAIL computedStyle.getPropertyCSSValue('-webkit-text-underline-position').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
+FAIL computedStyle.getPropertyCSSValue('-webkit-text-underline-position').cssText should be under. Threw exception TypeError: Cannot read property 'cssText' of null
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'
+FAIL computedStyle.webkitTextUnderlinePosition should be under (of type string). Was undefined (of type undefined).
+FAIL computedStyle.getPropertyCSSValue('-webkit-text-underline-position').toString() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot call method 'toString' of null
+FAIL computedStyle.getPropertyCSSValue('-webkit-text-underline-position').cssText should be under. Threw exception TypeError: Cannot read property 'cssText' of null
Value 'auto alphabetic':
PASS e.style.getPropertyCSSValue('-webkit-text-underline-position') is null

Powered by Google App Engine
This is Rietveld 408576698