From c47abb5f6894c6bd43c5db40d9584265f0a9320b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Fri, 28 Dec 2018 16:53:17 +0100 Subject: [PATCH] testsuite: Remove box packing css node tests Testing the correct css order for mixed pack-start/pack-end cases doesn't make sense if boxes don't have a notion of pack-type anymore. --- testsuite/css/nodes/box-packing.ltr.nodes | 5 ---- testsuite/css/nodes/box-packing.ltr.ui | 32 ----------------------- testsuite/css/nodes/box-packing.rtl.nodes | 5 ---- testsuite/css/nodes/box-packing.rtl.ui | 32 ----------------------- 4 files changed, 74 deletions(-) delete mode 100644 testsuite/css/nodes/box-packing.ltr.nodes delete mode 100644 testsuite/css/nodes/box-packing.ltr.ui delete mode 100644 testsuite/css/nodes/box-packing.rtl.nodes delete mode 100644 testsuite/css/nodes/box-packing.rtl.ui diff --git a/testsuite/css/nodes/box-packing.ltr.nodes b/testsuite/css/nodes/box-packing.ltr.nodes deleted file mode 100644 index bf424bd88e..0000000000 --- a/testsuite/css/nodes/box-packing.ltr.nodes +++ /dev/null @@ -1,5 +0,0 @@ -[window.background:dir(ltr)] - decoration:dir(ltr) - box.horizontal:dir(ltr) - label#start:dir(ltr) - label#end:dir(ltr) diff --git a/testsuite/css/nodes/box-packing.ltr.ui b/testsuite/css/nodes/box-packing.ltr.ui deleted file mode 100644 index b2222c7c8b..0000000000 --- a/testsuite/css/nodes/box-packing.ltr.ui +++ /dev/null @@ -1,32 +0,0 @@ - - - - - False - popup - - - True - horizontal - - - True - end - - - end - - - - - True - start - - - start - - - - - - diff --git a/testsuite/css/nodes/box-packing.rtl.nodes b/testsuite/css/nodes/box-packing.rtl.nodes deleted file mode 100644 index b95854f098..0000000000 --- a/testsuite/css/nodes/box-packing.rtl.nodes +++ /dev/null @@ -1,5 +0,0 @@ -[window.background:dir(rtl)] - decoration:dir(rtl) - box.horizontal:dir(rtl) - label#start:dir(rtl) - label#end:dir(rtl) diff --git a/testsuite/css/nodes/box-packing.rtl.ui b/testsuite/css/nodes/box-packing.rtl.ui deleted file mode 100644 index b2222c7c8b..0000000000 --- a/testsuite/css/nodes/box-packing.rtl.ui +++ /dev/null @@ -1,32 +0,0 @@ - - - - - False - popup - - - True - horizontal - - - True - end - - - end - - - - - True - start - - - start - - - - - -