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

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

Issue 57493002: Remove 'alphabetic' value from text-underline-position (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 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

Powered by Google App Engine
This is Rietveld 408576698