Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001i.html |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001i.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001i.html |
index 6fbeec03c18526244e05b0d918bdd254047aa23c..cefdf997bcf8ba550c71bb346e0b576ba14e74c2 100644 |
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001i.html |
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001i.html |
@@ -21,10 +21,10 @@ |
white-space: pre; |
} |
.U { |
- -webkit-text-orientation: upright; |
+ text-orientation: upright; |
} |
.R { |
- -webkit-text-orientation: sideways; |
+ text-orientation: sideways; |
} |
#details { |
margin: 1em .5em; |