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