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