diff --git a/testsuite/css/nodes/expander.ltr.nodes b/testsuite/css/nodes/expander.ltr.nodes index 013de679e3..25150e50fc 100644 --- a/testsuite/css/nodes/expander.ltr.nodes +++ b/testsuite/css/nodes/expander.ltr.nodes @@ -1,7 +1,7 @@ [window.background:dir(ltr)] decoration:dir(ltr) expander:dir(ltr) - title.horizontal:dir(ltr) - arrow.horizontal:dir(ltr) - label:dir(ltr) - box.horizontal:dir(ltr) + box.vertical:dir(ltr) + title.horizontal:dir(ltr) + arrow.horizontal:dir(ltr) + label:dir(ltr) diff --git a/testsuite/css/nodes/expander.rtl.nodes b/testsuite/css/nodes/expander.rtl.nodes index 9ce1876e12..7e5b7c853f 100644 --- a/testsuite/css/nodes/expander.rtl.nodes +++ b/testsuite/css/nodes/expander.rtl.nodes @@ -1,7 +1,7 @@ [window.background:dir(rtl)] decoration:dir(rtl) expander:dir(rtl) - title.horizontal:dir(rtl) - label:dir(rtl) - arrow.horizontal:dir(rtl) - box.horizontal:dir(rtl) + box.vertical:dir(rtl) + title.horizontal:dir(rtl) + label:dir(rtl) + arrow.horizontal:dir(rtl)