[gtk+/wip/baedert/drawing: 165/183] css nodes: Fix entries test case



commit 5bc333de3f251ae4793c0040cd8528891467cdf0
Author: Timm Bäder <mail baedert org>
Date:   Sun May 14 07:51:29 2017 +0200

    css nodes: Fix entries test case
    
    Spinbuttons now have a subnode box and the undershoot nodes belong to
    the entry node.

 testsuite/css/nodes/entries.nodes |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/testsuite/css/nodes/entries.nodes b/testsuite/css/nodes/entries.nodes
index e9d0ff6..6568e5b 100644
--- a/testsuite/css/nodes/entries.nodes
+++ b/testsuite/css/nodes/entries.nodes
@@ -17,10 +17,11 @@
       undershoot.right:dir(ltr)
       image.right:dir(ltr)
     spinbutton.horizontal:dir(ltr)
-      undershoot.left:dir(ltr)
-      undershoot.right:dir(ltr)
-      entry:dir(ltr)
-      button.down:dir(ltr)
-        image:dir(ltr)
-      button.up:dir(ltr)
-        image:dir(ltr)
+      box.horizontal:dir(ltr)
+        entry:dir(ltr)
+          undershoot.left:dir(ltr)
+          undershoot.right:dir(ltr)
+        button.down:dir(ltr)
+          image:dir(ltr)
+        button.up:dir(ltr)
+          image:dir(ltr)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]