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; |