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