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