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