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