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