From 503e317290f016bb15a275780e48c513e4589495 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Thu, 15 Mar 2012 15:30:31 +0200 Subject: [PATCH] Increase paddings to work in all browsers --- .../vaadin/tests/layouts/layouttester/VerticalLayoutTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5