summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/tickets/Ticket1444.java
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/src/com/vaadin/tests/tickets/Ticket1444.java')
-rw-r--r--uitest/src/com/vaadin/tests/tickets/Ticket1444.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/tickets/Ticket1444.java b/uitest/src/com/vaadin/tests/tickets/Ticket1444.java
index 256b519371..4ca82deafb 100644
--- a/uitest/src/com/vaadin/tests/tickets/Ticket1444.java
+++ b/uitest/src/com/vaadin/tests/tickets/Ticket1444.java
@@ -21,7 +21,7 @@ public class Ticket1444 extends Application {
Label red = new Label(
"<div style='background:red;width:100%;height:100%;'>??</div>",
- ContentMode.XHTML);
+ ContentMode.HTML);
red.setSizeFull();
ol.addComponent(red);