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

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: Patch for landing 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..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

Powered by Google App Engine
This is Rietveld 408576698