Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001n.html |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001n.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001n.html |
index 926dd5e0a98332bee2d674cc9948f867a5bd4bb5..43f1b63b4b6f735f8f5a72e129d14bcadf354992 100644 |
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001n.html |
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-script-001n.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; |