From: Leif Åstrand Date: Thu, 15 Mar 2012 13:30:31 +0000 (+0200) Subject: Increase paddings to work in all browsers X-Git-Tag: 7.0.0.alpha2~304^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=503e317290f016bb15a275780e48c513e4589495;p=vaadin-framework.git Increase paddings to work in all browsers --- diff --git a/tests/testbench/com/vaadin/tests/layouts/layouttester/VerticalLayoutTests.java b/tests/testbench/com/vaadin/tests/layouts/layouttester/VerticalLayoutTests.java index 252e8ba82c..9fe6367d60 100644 --- a/tests/testbench/com/vaadin/tests/layouts/layouttester/VerticalLayoutTests.java +++ b/tests/testbench/com/vaadin/tests/layouts/layouttester/VerticalLayoutTests.java @@ -456,7 +456,7 @@ public class VerticalLayoutTests extends AbstractLayoutTests { vlo2.addComponent(c1); // Must add something around the hr to avoid the margins collapsing vlo2.addComponent(new Label( - "

", + "

", ContentMode.XHTML)); vlo2.addComponent(c2); vlo2.setExpandRatio(c1, 0.5f);