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 d350a717df1f836b274e7291712063b07775bc23..2d84f27822d0d22cd03e069dcfe8f97fbefd2426 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 |
@@ -9,39 +9,39 @@ div { |
} |
div.auto { |
- -webkit-text-decoration-style: solid; |
- -webkit-text-decoration-line: underline; |
- -webkit-text-underline-position: auto; |
+ text-decoration-style: solid; |
+ text-decoration-line: underline; |
+ text-underline-position: auto; |
} |
div.alphabetic { |
- -webkit-text-decoration-style: solid; |
- -webkit-text-decoration-line: underline; |
- -webkit-text-underline-position: alphabetic; |
+ text-decoration-style: solid; |
+ text-decoration-line: underline; |
+ text-underline-position: alphabetic; |
} |
div.under { |
- -webkit-text-decoration-style: solid; |
- -webkit-text-decoration-line: underline; |
- -webkit-text-underline-position: under; |
+ text-decoration-style: solid; |
+ text-decoration-line: underline; |
+ text-underline-position: under; |
} |
span.auto { |
- -webkit-text-decoration-style: solid; |
- -webkit-text-decoration-line: underline; |
- -webkit-text-underline-position: auto; |
+ text-decoration-style: solid; |
+ text-decoration-line: underline; |
+ text-underline-position: auto; |
} |
span.alphabetic { |
- -webkit-text-decoration-style: solid; |
- -webkit-text-decoration-line: underline; |
- -webkit-text-underline-position: alphabetic; |
+ text-decoration-style: solid; |
+ text-decoration-line: underline; |
+ text-underline-position: alphabetic; |
} |
span.under { |
- -webkit-text-decoration-style: solid; |
- -webkit-text-decoration-line: underline; |
- -webkit-text-underline-position: under; |
+ text-decoration-style: solid; |
+ text-decoration-line: underline; |
+ text-underline-position: under; |
} |
.box { |