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

Unified Diff: LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/style.css

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/text-underline-position/style.css
diff --git a/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/style.css b/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/style.css
index 2d84f27822d0d22cd03e069dcfe8f97fbefd2426..3cd775cc66d3954abb8236e1788392efbfb4e80d 100644
--- a/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/style.css
+++ b/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/style.css
@@ -14,12 +14,6 @@ div.auto {
text-underline-position: auto;
}
-div.alphabetic {
- text-decoration-style: solid;
- text-decoration-line: underline;
- text-underline-position: alphabetic;
-}
-
div.under {
text-decoration-style: solid;
text-decoration-line: underline;
@@ -32,12 +26,6 @@ span.auto {
text-underline-position: auto;
}
-span.alphabetic {
- text-decoration-style: solid;
- text-decoration-line: underline;
- text-underline-position: alphabetic;
-}
-
span.under {
text-decoration-style: solid;
text-decoration-line: underline;

Powered by Google App Engine
This is Rietveld 408576698