diff options
author | Henri Sara <henri.sara@itmill.com> | 2011-11-16 10:39:05 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2011-11-16 10:39:05 +0000 |
commit | d8e680ed8f80d912c172171e4d2d42ac5531fe28 (patch) | |
tree | 79b02a88e3a2b8136e9960b3386ddd8af01f797f /WebContent/statictestfiles | |
parent | 30ba9123951b2362e5e1efadcca169f8683de5d9 (diff) | |
download | vaadin-framework-d8e680ed8f80d912c172171e4d2d42ac5531fe28.tar.gz vaadin-framework-d8e680ed8f80d912c172171e4d2d42ac5531fe28.zip |
Merged some changes from 6.7 to 6.8
svn changeset:22016/svn branch:6.8
Diffstat (limited to 'WebContent/statictestfiles')
-rw-r--r-- | WebContent/statictestfiles/EmbedSizeHostPage.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/WebContent/statictestfiles/EmbedSizeHostPage.html b/WebContent/statictestfiles/EmbedSizeHostPage.html new file mode 100644 index 0000000000..06dfd5dfd7 --- /dev/null +++ b/WebContent/statictestfiles/EmbedSizeHostPage.html @@ -0,0 +1,43 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> +<style type="text/css">html, body {height:100%;margin:0;}</style><link rel="shortcut icon" type="image/vnd.microsoft.icon" href="/VAADIN/themes/reindeer/favicon.ico" /><link rel="icon" type="image/vnd.microsoft.icon" href="/VAADIN/themes/reindeer/favicon.ico" /><title>com.vaadin.tests.integration.EmbedSizeTest</title> +</head> +<body scroll="auto" class="v-generated-body"> +<script type="text/javascript"> +//<![CDATA[ +if(!vaadin || !vaadin.vaadinConfigurations) { + if(!vaadin) { var vaadin = {}} +vaadin.vaadinConfigurations = {}; +if (!vaadin.themesLoaded) { vaadin.themesLoaded = {}; } +vaadin.debug = true; +document.write('<iframe tabIndex="-1" id="__gwt_historyFrame" style="position:absolute;width:0;height:0;border:0;overflow:hidden;" src="javascript:false"></iframe>'); +document.write("<script language='javascript' src='/VAADIN/widgetsets/com.vaadin.terminal.gwt.DefaultWidgetSet/com.vaadin.terminal.gwt.DefaultWidgetSet.nocache.js?1321018813162'><\/script>"); +} +vaadin.vaadinConfigurations["runcomvaadintestsintegrationEmbedSizeTest-225840176"] = {appUri:'/run/com.vaadin.tests.integration.EmbedSizeTest', themeUri:"/VAADIN/themes/reindeer", versionInfo : {vaadinVersion:"9.9.9.INTERNAL-DEBUG-BUILD",applicationVersion:"NONVERSIONED"},"comErrMsg": {"caption":"Communication problem","message" : "Take note of any unsaved data, and <u>click here<\/u> to continue.","url" : null},"authErrMsg": {"caption":"Authentication problem","message" : "Take note of any unsaved data, and <u>click here<\/u> to continue.","url" : null}}; +//]]> +</script> +<script type="text/javascript"> +//<![CDATA[ +if(!vaadin.themesLoaded['reindeer']) { +var stylesheet = document.createElement('link'); +stylesheet.setAttribute('rel', 'stylesheet'); +stylesheet.setAttribute('type', 'text/css'); +stylesheet.setAttribute('href', '/VAADIN/themes/reindeer/styles.css'); +document.getElementsByTagName('head')[0].appendChild(stylesheet); +vaadin.themesLoaded['reindeer'] = true; +} +//]]> +</script> +<script type="text/javascript"> +//<![CDATA[ +setTimeout('if (typeof com_vaadin_terminal_gwt_DefaultWidgetSet == "undefined") {alert("Failed to load the widgetset: /VAADIN/widgetsets/com.vaadin.terminal.gwt.DefaultWidgetSet/com.vaadin.terminal.gwt.DefaultWidgetSet.nocache.js?1321018813162")};',15000); +//]]> +</script> +<div style="width: 80%; border: 1px solid black"> +<h1>Test page for resize events with embedded applications</h1> +<div id="runcomvaadintestsintegrationEmbedSizeTest-225840176" class="v-app v-theme-reindeer v-app-EmbedSizeTest" ><div class="v-app-loading"></div></div> +<noscript>You have to enable javascript in your browser to use an application built with Vaadin.</noscript></body> +</div> +</html> |