diff options
Diffstat (limited to 'uitest/src/com/vaadin/tests/TestForNativeWindowing.java')
-rw-r--r-- | uitest/src/com/vaadin/tests/TestForNativeWindowing.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/TestForNativeWindowing.java b/uitest/src/com/vaadin/tests/TestForNativeWindowing.java index 6f131bdb8e..505b1801db 100644 --- a/uitest/src/com/vaadin/tests/TestForNativeWindowing.java +++ b/uitest/src/com/vaadin/tests/TestForNativeWindowing.java @@ -84,7 +84,7 @@ public class TestForNativeWindowing extends Application { + "<p>Lorem ipsum dolor sit amet.</p>" + "<p>Lorem ipsum dolor sit amet.</p>" + "<p>Lorem ipsum dolor sit amet.</p>", - ContentMode.XHTML)); + ContentMode.HTML)); } })); |