]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update selectors now that the spacing element is at the end (#8313)
authorLeif Åstrand <leif@vaadin.com>
Thu, 23 Feb 2012 11:09:02 +0000 (13:09 +0200)
committerLeif Åstrand <leif@vaadin.com>
Thu, 23 Feb 2012 11:09:02 +0000 (13:09 +0200)
tests/testbench/com/vaadin/tests/components/orderedlayout/OrderedLayoutCases.java

index 44960f30bbece269174ffb8dbab3d082a2f28de8..172e8080702e7d702b4d5eb31e7da1a9ede4ea5b 100644 (file)
@@ -114,9 +114,9 @@ public class OrderedLayoutCases extends AbstractTestRoot {
                 .injectCSS(
                         getRoot(),
                         ".sampleChild, .theLayout {border: 1px solid black;}"
-                                + ".theLayout > div:first-child + div {background: aqua;}"
-                                + ".theLayout > div:first-child + div + div {background: yellow;}"
-                                + ".theLayout > div:first-child + div + div + div {background: lightgrey;}");
+                                + ".theLayout > div:first-child {background: aqua;}"
+                                + ".theLayout > div:first-child + div {background: yellow;}"
+                                + ".theLayout > div:first-child + div + div {background: lightgrey;}");
 
         currentLayout = new HorizontalLayout();
         for (int i = 0; i < 3; i++) {