diff options
Diffstat (limited to 'WebContent/statictestfiles')
16 files changed, 0 insertions, 589 deletions
diff --git a/WebContent/statictestfiles/EmbedSizeHostPage.html b/WebContent/statictestfiles/EmbedSizeHostPage.html deleted file mode 100644 index 3ef6c5d0cd..0000000000 --- a/WebContent/statictestfiles/EmbedSizeHostPage.html +++ /dev/null @@ -1,42 +0,0 @@ -<!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.DefaultWidgetSet/com.vaadin.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_DefaultWidgetSet == "undefined") {alert("Failed to load the widgetset: /VAADIN/widgetsets/com.vaadin.DefaultWidgetSet/com.vaadin.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></div> -<noscript>You have to enable javascript in your browser to use an application built with Vaadin.</noscript></body> -</html> diff --git a/WebContent/statictestfiles/LoginFormIframe.html b/WebContent/statictestfiles/LoginFormIframe.html deleted file mode 100644 index 0d6ee9d86b..0000000000 --- a/WebContent/statictestfiles/LoginFormIframe.html +++ /dev/null @@ -1,14 +0,0 @@ -<!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"/> -<title>LoginForm</title> -<script type="text/javascript"> - window.name="LoginForm"; -</script> -</head> -<body> -<p>Tests that LoginForm can be submitted even when the Application is embedded inside an iframe</p> -<iframe src="/run/com.vaadin.tests.components.loginform.LoginFormTest?restartApplication" name="LoginForm" height="500px" width="500px"></iframe> -</body> -</html>
\ No newline at end of file diff --git a/WebContent/statictestfiles/PopupViewInEmbeddedApplication.html b/WebContent/statictestfiles/PopupViewInEmbeddedApplication.html deleted file mode 100644 index cb317dd755..0000000000 --- a/WebContent/statictestfiles/PopupViewInEmbeddedApplication.html +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<!DOCTYPE html> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <meta http-equiv="X-UA-Compatible" content="IE=9;chrome=1" /> - - <title>This is my Embedding Page</title> - - <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" /> -</head> - -<body> - <script type="text/javascript" src="../VAADIN/vaadinBootstrap.js"></script> - - - <p>This is a static web page that contains an embedded Vaadin - application. The embedded application div has been taken out of the normal element flow by applying 'float:left' causing the application - to float to the left.</p> - - <div id="helloworld" style="border: 2px solid green; float:left; width:400px; height:400px"></div> - - <div style="clear:both"></div> - - <hr/> - - <script type="text/javascript">//<![CDATA[ - if (!window.vaadin) alert("Failed to load the bootstrap JavaScript: "+ "VAADIN/vaadinBootstrap.js"); - - /* The UI Configuration */ - vaadin.initApplication("helloworld", { - "browserDetailsUrl": "/run/com.vaadin.tests.components.popupview.PopupViewInEmbeddedApplication", - "serviceUrl": "/run", - "widgetset": "com.vaadin.DefaultWidgetSet", - "theme": "reindeer", - "versionInfo": {"vaadinVersion": "7.0.0"}, - "vaadinDir": "./../VAADIN/", - "heartbeatInterval": 300, - "debug": true, - "standalone": false, - "authErrMsg": { - "message": "Take note of any unsaved data, "+ - "and <u>click here<\/u> to continue.", - "caption": "Authentication problem" - }, - "comErrMsg": { - "message": "Take note of any unsaved data, "+ - "and <u>click here<\/u> to continue.", - "caption": "Communication problem" - }, - "sessExpMsg": { - "message": "Take note of any unsaved data, "+ - "and <u>click here<\/u> to continue.", - "caption": "Session Expired" - } - }); - </script> -</body> - -</html>
\ No newline at end of file diff --git a/WebContent/statictestfiles/TableInIframeRowClickScrollJumpTest.html b/WebContent/statictestfiles/TableInIframeRowClickScrollJumpTest.html deleted file mode 100644 index dfddbdb7e5..0000000000 --- a/WebContent/statictestfiles/TableInIframeRowClickScrollJumpTest.html +++ /dev/null @@ -1,12 +0,0 @@ -<html>
-<head>
-<title>IEJumpTest</title>
-</head>
-<!-- This is for testing Vaadin UI in iFrame (test class TableInIframeRowClickScrollJumpTest, for ticket #15294 -->
-<body>
- <div style="font-size: 4px">test div</div>
- <iframe id="test-iframe-0" src="/run/com.vaadin.tests.components.table.TableBlurFocus" width="100%" height="2000px" style="visibility: visible;">
- </iframe>
-</body>
-
-</html>
\ No newline at end of file diff --git a/WebContent/statictestfiles/applet.html b/WebContent/statictestfiles/applet.html deleted file mode 100644 index 05e1785e10..0000000000 --- a/WebContent/statictestfiles/applet.html +++ /dev/null @@ -1,5 +0,0 @@ -<html> -<body> - <applet code="com/vaadin/tests/components/embedded/TestApplet/class"></applet> -</body> -</html>
\ No newline at end of file diff --git a/WebContent/statictestfiles/browserfeatures/fullHeightScrollbar.html b/WebContent/statictestfiles/browserfeatures/fullHeightScrollbar.html deleted file mode 100644 index 2e280da64e..0000000000 --- a/WebContent/statictestfiles/browserfeatures/fullHeightScrollbar.html +++ /dev/null @@ -1,59 +0,0 @@ -<!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"> -.wrapper { - height: 150px; - width: 150px; - border: 1px solid black; - overflow: auto; - position: relative; -} - -.content { - height: 100%; - width: 250px; - background: grey; -} - -</style> -<script type="text/javascript"> -function disableScrolling() { - var result = document.getElementsByClassName("content"); - for(var i = 0; i < result.length; i++) { - var e = result[i]; - e.style.width = "100%"; - } -} - -function triggerReflow() { - var style = "top"; - var styleValue = "1px"; - var result = document.getElementsByClassName("wrapper"); - for(var i = 0; i < result.length; i++) { - var e = result[i]; - var originalValue = e.style[style]; - e.style[style] = styleValue; - e.offsetWidth; - e.style[style] = originalValue; - } -} -</script> -</head> -<body scroll="auto"> -<p>This test is used to verify how browsers take horizontal scrollbars into account when calculating 100% height and what happens when scrolling is no longer needed. This test tells which browsers need which workarounds for related features.</p> - -<p>Basic situation. -<div class="wrapper"><div class="content"></div></div> -</p> - -<p> -Situation with position: absolute on the inner element. -<div class="wrapper"><div class="content" style="position: absolute"></div></div> -</p> - -<button id="disableScrolling" onclick="disableScrolling()">Disable scrolling</button> -<button id="triggerReflow" onclick="triggerReflow()">Trigger reflow</button> -</body> -</html> diff --git a/WebContent/statictestfiles/com/vaadin/tests/components/embedded/TestApplet.class b/WebContent/statictestfiles/com/vaadin/tests/components/embedded/TestApplet.class Binary files differdeleted file mode 100644 index 7650e1f870..0000000000 --- a/WebContent/statictestfiles/com/vaadin/tests/components/embedded/TestApplet.class +++ /dev/null diff --git a/WebContent/statictestfiles/dummy.zip b/WebContent/statictestfiles/dummy.zip Binary files differdeleted file mode 100644 index e6e34282fe..0000000000 --- a/WebContent/statictestfiles/dummy.zip +++ /dev/null diff --git a/WebContent/statictestfiles/embed-two-uis.html b/WebContent/statictestfiles/embed-two-uis.html deleted file mode 100755 index 62dff7d8d0..0000000000 --- a/WebContent/statictestfiles/embed-two-uis.html +++ /dev/null @@ -1,93 +0,0 @@ -<!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" /> -<meta http-equiv="X-UA-Compatible" content="chrome=1" /> -<title>com.vaadin.tests.components.embedded.EmbeddedPdf</title> -<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" /> - -<script type="text/javascript" src="/VAADIN/vaadinBootstrap.js"></script> -</head> -<body scroll="auto" class=" v-generated-body"> - <span>Embed 1 (AbsoluteLayoutClipping)</span> - <div style="width: 300px; height: 300px; border: 1px solid red;" - id="app1" class=" v-app v-app-VaadinServletSession"> - <div class=" v-app-loading"></div> - <noscript>You have to enable javascript in your browser to - use an application built with Vaadin.</noscript> - </div> - <iframe tabindex="-1" id="__gwt_historyFrame" - style="position: absolute; width: 0; height: 0; border: 0; overflow: hidden" - src="javascript:false"></iframe> - <script type="text/javascript"> - // - if (!window.vaadin) - alert("Failed to load the bootstrap javascript: /VAADIN/vaadinBootstrap.js"); - vaadin - .setDefaults({ - "appUri" : "/", - "authErrMsg" : { - "caption" : "Authentication problem", - "message" : "Take note of any unsaved data, and <u>click here<\/u>tagtagtag to continue." - }, - "comErrMsg" : { - "caption" : "Communication problem", - "message" : "Take note of any unsaved data, and _$t_$tag_$ere<\k here_$t_$tag_$t_$tag to continue." - }, - "debug" : true, - "heartbeatInterval" : 300, - "standalone" : true, - "widgetsetBase" : "/VAADIN/widgetsets/" - }); - </script> - - </script> - <script type="text/javascript"> - // - vaadin.initApplication("app1", { - "appUri" : "/embed1", - "initialParams" : {}, - "initialPath" : "", - "themeUri" : "/VAADIN/themes/reindeer", - "versionInfo" : { - "vaadinVersion" : "9.9.9.INTERNAL-DEBUG-BUILD" - }, - "widgetset" : "com.vaadin.DefaultWidgetSet" - }); - // - </script> - <span>Embed 2 (MarginsInLabels)</span> - <div style="width: 300px; height: 300px; border: 1px solid blue;" - id="app2" class=" v-app v-app-VaadinServletSession"> - <div class="v-app-loading"></div> - <noscript>You have to enable javascript in your browser to - use an application built with Vaadin.</noscript> - </div> - <iframe tabindex="-1" id="__gwt_historyFrame" - style="position: absolute; width: 0; height: 0; border: 0; overflow: hidden" - src="javascript:false"></iframe> - <script type="text/javascript"> - vaadin.initApplication("app2", { - "appUri" : "/embed2", - "initialParams" : {}, - "initialPath" : "/", - "themeUri" : "/VAADIN/themes/reindeer", - "versionInfo" : { - "vaadinVersion" : "9.9.9.INTERNAL-DEBUG-BUILD" - }, - "widgetset" : "com.vaadin.DefaultWidgetSet" - }); - // - </script> - -</body> -</html>
\ No newline at end of file diff --git a/WebContent/statictestfiles/jsextension.js b/WebContent/statictestfiles/jsextension.js deleted file mode 100644 index 1a46300e45..0000000000 --- a/WebContent/statictestfiles/jsextension.js +++ /dev/null @@ -1,24 +0,0 @@ -window.com_vaadin_tests_extensions_SimpleJavaScriptExtensionTest_SimpleJavascriptExtension = function() { - var self = this; - var state = this.getState(); - - //var rpc = this.getRpcProxy("com.vaadin.tests.extensions.SimpleJavaScriptExtensionTest.SimpleJavaScriptExtensionServerRpc"); - var rpc = this.getRpcProxy(); - -// this.registerRpc("com.vaadin.tests.extensions.SimpleJavaScriptExtensionTest.SimpleJavaScriptExtensionClientRpc", { - this.registerRpc({ - 'greet': function(greeting) { - var response = window.prompt(state.prefix + greeting); - if (response !== null) { - rpc.greet(response); - } - } - }); - - this.greetToClient = function(greeting) { - var response = window.prompt(state.prefix + greeting); - if (response !== null) { - self.greetToServer(response); - } - } -}
\ No newline at end of file diff --git a/WebContent/statictestfiles/layout-resize-test.html b/WebContent/statictestfiles/layout-resize-test.html deleted file mode 100644 index b798402bb7..0000000000 --- a/WebContent/statictestfiles/layout-resize-test.html +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>LayoutResizeTest opener</title> -</head> -<body> - -<button onclick="testV7()">Open LayoutResizeTest (Vaadin 7)</button><br> -<button onclick="testV6()">Open LayoutResizeTest (Vaadin 6)</button><br> -<button onclick="resize1()">Resize to 650x450</button><br> -<button onclick="resize2()">Resize to 950x750</button> - - -<script> -var win1, win2; - -function testV7() { - win1 = window.open('/vaadin/run/com.vaadin.tests.components.orderedlayout.LayoutResizeTest?restartApplication&debug','layoutResizeTestV7','width=800,height=600'); -} - -function testV6() { - win2 = window.open('/LayoutBenchmark/?restartApplication&debug','layoutResizeTestV6','width=800,height=600'); -} - -function resize1() { - if(win1) - win1.resizeTo(650,450); - if(win2) - win2.resizeTo(650,450); -} - -function resize2() { - if(win1) - win1.resizeTo(950,750); - if(win2) - win2.resizeTo(950,750); -} -</script> -</body> -</html>
\ No newline at end of file diff --git a/WebContent/statictestfiles/long-html.htm b/WebContent/statictestfiles/long-html.htm deleted file mode 100644 index daeb744778..0000000000 --- a/WebContent/statictestfiles/long-html.htm +++ /dev/null @@ -1,128 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<body> -<p> -Bacon ipsum dolor sit amet leberkas tri-tip bacon, shank frankfurter kevin tongue. Minim voluptate drumstick ham ullamco. Dolore t-bone capicola tongue shankle eu adipisicing enim tri-tip. Doner shank in cillum enim qui ham hock in anim cow ham laborum prosciutto minim. Brisket ad jowl, ground round id irure in tenderloin pariatur tongue strip steak exercitation magna aliquip. Exercitation labore dolore kevin anim frankfurter. -</p><p> -Ea veniam beef ribs jerky andouille. Beef short ribs reprehenderit bacon eiusmod sunt. Aliqua bacon proident brisket. Proident irure flank pork loin excepteur pork cillum incididunt pig ad laborum velit do dolor. Incididunt non filet mignon duis, eiusmod bacon beef esse tenderloin biltong fatback adipisicing sausage ham hock. Labore dolor occaecat nulla ea pariatur quis qui. Ad ut short ribs, doner incididunt bresaola aliqua mollit veniam jowl et biltong frankfurter sed nostrud. -</p><p> -Quis nulla tri-tip veniam, sint mollit fugiat shank frankfurter pariatur minim. Aute est ut enim pig, chicken in cillum prosciutto. Meatloaf pork chop aute, hamburger adipisicing pig exercitation qui eu irure jowl shankle flank ad sirloin. Culpa pancetta ball tip duis meatball swine turkey ullamco tongue in ut excepteur veniam sausage boudin. Laborum eiusmod mollit sed tempor velit ex in tenderloin meatloaf bresaola elit ut shank consequat. Sirloin pancetta in aliqua kielbasa. -</p><p> -Officia short ribs doner elit id t-bone shank venison reprehenderit jowl deserunt ut. Ham hock dolore venison, pork chop boudin dolore strip steak eiusmod sunt mollit beef ribs hamburger sint irure. Brisket laboris strip steak boudin velit cillum jowl occaecat veniam ullamco swine eiusmod duis mollit ut. Exercitation chicken tongue minim cupidatat in, ut in drumstick boudin meatball. Chuck pancetta spare ribs meatball velit filet mignon. Eiusmod jowl reprehenderit jerky, est turducken kevin pork belly anim drumstick ut aliqua rump. -</p><p> -Esse meatloaf sint elit exercitation, sunt ex turkey andouille capicola sausage beef. Exercitation pancetta corned beef enim officia andouille, laboris ea tempor filet mignon. Pork excepteur incididunt, mollit do exercitation t-bone. Tempor in irure laborum. Anim in laborum, brisket enim beef short ribs. Ut corned beef deserunt dolore occaecat andouille swine shankle short loin meatloaf pig beef ribs sint. -</p><p> -Reprehenderit exercitation meatball sausage laborum. Kevin rump bacon, labore turkey ad elit officia dolore ex ut. Pork loin brisket spare ribs deserunt consectetur sint pancetta ribeye ham hock sausage anim laborum meatloaf. Quis id salami frankfurter. Aliquip ground round tenderloin jerky. -</p><p> -Enim aute leberkas nulla, dolor prosciutto meatball. Shankle turkey irure ut pork loin, pork chop fugiat minim. Turkey shank leberkas incididunt ut, venison dolor in swine rump. Ground round nostrud incididunt, shank filet mignon shankle tail sunt proident rump. In duis quis tongue nulla tempor cillum capicola sausage. Short ribs leberkas prosciutto sirloin enim anim veniam tri-tip. -</p><p> -Occaecat pork loin ad in, commodo chicken chuck dolor ex kielbasa. Pariatur rump consequat short loin turducken cow. Pancetta turkey shank eiusmod consectetur aute. Consectetur shoulder short ribs, velit frankfurter officia swine. Flank leberkas sausage drumstick. Aute do non short ribs sirloin meatloaf, et consequat. Mollit aute meatloaf ut shoulder consectetur. -</p><p> -Sausage hamburger aliquip kevin turducken. Nostrud irure id est. Capicola beef ribs prosciutto, shank exercitation t-bone ex andouille. Enim short loin shoulder, pork loin ut tongue tempor doner. Boudin tongue beef venison dolor, nostrud sausage corned beef dolore ut spare ribs. Magna kielbasa beef ham ut shoulder fugiat frankfurter esse doner aliquip voluptate in non. Pork belly adipisicing culpa, quis short loin drumstick ut sed sirloin minim pancetta fatback id jerky ham. -</p><p> -Cupidatat spare ribs officia turkey. Kielbasa pork chop fugiat flank. Id boudin ground round aute pancetta sausage quis frankfurter fatback andouille salami sunt magna voluptate short ribs. Shankle pastrami pancetta laborum ex kielbasa short ribs venison est consequat in. Andouille sausage quis velit. In culpa turkey hamburger incididunt occaecat est esse meatball nostrud kielbasa in jowl. Capicola dolore labore pork loin cow nisi, reprehenderit tempor. -</p><p> -Kielbasa spare ribs tail, esse aliqua elit tri-tip pork belly tenderloin duis consequat. Voluptate laborum cupidatat boudin shoulder pig. Pariatur fatback doner drumstick in dolor. Laborum tail chuck veniam, dolore short ribs eiusmod. Incididunt eu quis, pastrami ea excepteur enim pork belly. -</p><p> -Exercitation proident ullamco chuck shank ut dolore fugiat. Jowl ut reprehenderit ham hock short loin boudin. Capicola fugiat commodo laboris tail voluptate dolore chicken sirloin pastrami biltong andouille. Spare ribs consectetur sausage chuck frankfurter aute proident magna tenderloin minim. -</p><p> -Andouille dolor ad, hamburger anim do shank adipisicing corned beef leberkas dolore pancetta bresaola. In meatloaf sint beef. Pork chop eiusmod cupidatat, t-bone culpa chuck fatback brisket. Dolore rump eiusmod quis, labore ribeye doner strip steak boudin ex pariatur brisket. -</p><p> -Pastrami reprehenderit elit sirloin. Adipisicing cillum labore enim chuck, jowl consequat ex beef laborum esse ullamco anim. Elit tenderloin reprehenderit nostrud tail. Shank meatloaf irure, tempor enim pork belly beef pork chop proident. -</p><p> -Sint aliqua doner biltong aliquip short loin ad id ut short ribs. Jerky officia esse ribeye venison t-bone. Bresaola dolor ham, boudin meatloaf rump culpa in sed ut do exercitation short ribs minim irure. Filet mignon frankfurter chuck turducken ut chicken ea. Sirloin labore pastrami ham hock pork belly dolore pork chop proident eu ea flank turducken cupidatat rump salami. Tongue commodo et, doner mollit ea duis pork chop turducken culpa. -</p><p> -Pariatur ex spare ribs jerky pork loin short ribs. Do meatloaf in qui sed adipisicing pig chicken tempor commodo ex boudin laborum tongue. Jerky laboris dolor tongue ribeye, salami aute commodo deserunt. Nulla tri-tip tempor, in turkey sint labore occaecat. Ex sed chicken qui, in pork loin beef ribs eiusmod sunt. Prosciutto corned beef short ribs consequat mollit, sed sunt strip steak nulla esse fatback sausage. Chicken culpa incididunt duis do cow frankfurter. -</p><p> -Prosciutto duis irure rump sunt. Kielbasa jerky dolore non biltong nisi esse dolor turkey elit nostrud aliqua tempor. Dolor in chicken, pork cupidatat kielbasa enim veniam. Sausage ut jowl fatback. Andouille t-bone non corned beef pork chop enim. Minim sirloin voluptate pastrami pork loin shankle. -</p><p> -Sirloin labore consectetur drumstick qui ut turducken pariatur boudin leberkas. Aliqua andouille ball tip jerky leberkas qui, doner nostrud cow adipisicing ham hock voluptate irure. Ham sirloin ham hock boudin ut sint. Exercitation ball tip velit fugiat leberkas. -</p><p> -Do pork cow, elit aliquip in beef ribs. Boudin bacon minim laborum, eiusmod drumstick frankfurter aute exercitation rump adipisicing andouille. Meatloaf esse ribeye dolore ad, cow beef flank frankfurter et sed deserunt ground round. Prosciutto ex pariatur short ribs non. Tongue shank sirloin qui incididunt commodo laborum venison corned beef pariatur. Dolore culpa turducken leberkas, eu sunt kevin. -</p><p> -Capicola dolor rump, non consectetur reprehenderit qui laborum pariatur aute cow swine. Ball tip pork belly elit jowl t-bone. Nisi ex in ullamco ad nostrud frankfurter proident et eu sausage. T-bone beef ribs pancetta voluptate rump ut irure minim pork chop consequat short ribs dolor occaecat id cow. -</p> -<p> -Bacon ipsum dolor sit amet leberkas tri-tip bacon, shank frankfurter kevin tongue. Minim voluptate drumstick ham ullamco. Dolore t-bone capicola tongue shankle eu adipisicing enim tri-tip. Doner shank in cillum enim qui ham hock in anim cow ham laborum prosciutto minim. Brisket ad jowl, ground round id irure in tenderloin pariatur tongue strip steak exercitation magna aliquip. Exercitation labore dolore kevin anim frankfurter. -</p><p> -Ea veniam beef ribs jerky andouille. Beef short ribs reprehenderit bacon eiusmod sunt. Aliqua bacon proident brisket. Proident irure flank pork loin excepteur pork cillum incididunt pig ad laborum velit do dolor. Incididunt non filet mignon duis, eiusmod bacon beef esse tenderloin biltong fatback adipisicing sausage ham hock. Labore dolor occaecat nulla ea pariatur quis qui. Ad ut short ribs, doner incididunt bresaola aliqua mollit veniam jowl et biltong frankfurter sed nostrud. -</p><p> -Quis nulla tri-tip veniam, sint mollit fugiat shank frankfurter pariatur minim. Aute est ut enim pig, chicken in cillum prosciutto. Meatloaf pork chop aute, hamburger adipisicing pig exercitation qui eu irure jowl shankle flank ad sirloin. Culpa pancetta ball tip duis meatball swine turkey ullamco tongue in ut excepteur veniam sausage boudin. Laborum eiusmod mollit sed tempor velit ex in tenderloin meatloaf bresaola elit ut shank consequat. Sirloin pancetta in aliqua kielbasa. -</p><p> -Officia short ribs doner elit id t-bone shank venison reprehenderit jowl deserunt ut. Ham hock dolore venison, pork chop boudin dolore strip steak eiusmod sunt mollit beef ribs hamburger sint irure. Brisket laboris strip steak boudin velit cillum jowl occaecat veniam ullamco swine eiusmod duis mollit ut. Exercitation chicken tongue minim cupidatat in, ut in drumstick boudin meatball. Chuck pancetta spare ribs meatball velit filet mignon. Eiusmod jowl reprehenderit jerky, est turducken kevin pork belly anim drumstick ut aliqua rump. -</p><p> -Esse meatloaf sint elit exercitation, sunt ex turkey andouille capicola sausage beef. Exercitation pancetta corned beef enim officia andouille, laboris ea tempor filet mignon. Pork excepteur incididunt, mollit do exercitation t-bone. Tempor in irure laborum. Anim in laborum, brisket enim beef short ribs. Ut corned beef deserunt dolore occaecat andouille swine shankle short loin meatloaf pig beef ribs sint. -</p><p> -Reprehenderit exercitation meatball sausage laborum. Kevin rump bacon, labore turkey ad elit officia dolore ex ut. Pork loin brisket spare ribs deserunt consectetur sint pancetta ribeye ham hock sausage anim laborum meatloaf. Quis id salami frankfurter. Aliquip ground round tenderloin jerky. -</p><p> -Enim aute leberkas nulla, dolor prosciutto meatball. Shankle turkey irure ut pork loin, pork chop fugiat minim. Turkey shank leberkas incididunt ut, venison dolor in swine rump. Ground round nostrud incididunt, shank filet mignon shankle tail sunt proident rump. In duis quis tongue nulla tempor cillum capicola sausage. Short ribs leberkas prosciutto sirloin enim anim veniam tri-tip. -</p><p> -Occaecat pork loin ad in, commodo chicken chuck dolor ex kielbasa. Pariatur rump consequat short loin turducken cow. Pancetta turkey shank eiusmod consectetur aute. Consectetur shoulder short ribs, velit frankfurter officia swine. Flank leberkas sausage drumstick. Aute do non short ribs sirloin meatloaf, et consequat. Mollit aute meatloaf ut shoulder consectetur. -</p><p> -Sausage hamburger aliquip kevin turducken. Nostrud irure id est. Capicola beef ribs prosciutto, shank exercitation t-bone ex andouille. Enim short loin shoulder, pork loin ut tongue tempor doner. Boudin tongue beef venison dolor, nostrud sausage corned beef dolore ut spare ribs. Magna kielbasa beef ham ut shoulder fugiat frankfurter esse doner aliquip voluptate in non. Pork belly adipisicing culpa, quis short loin drumstick ut sed sirloin minim pancetta fatback id jerky ham. -</p><p> -Cupidatat spare ribs officia turkey. Kielbasa pork chop fugiat flank. Id boudin ground round aute pancetta sausage quis frankfurter fatback andouille salami sunt magna voluptate short ribs. Shankle pastrami pancetta laborum ex kielbasa short ribs venison est consequat in. Andouille sausage quis velit. In culpa turkey hamburger incididunt occaecat est esse meatball nostrud kielbasa in jowl. Capicola dolore labore pork loin cow nisi, reprehenderit tempor. -</p><p> -Kielbasa spare ribs tail, esse aliqua elit tri-tip pork belly tenderloin duis consequat. Voluptate laborum cupidatat boudin shoulder pig. Pariatur fatback doner drumstick in dolor. Laborum tail chuck veniam, dolore short ribs eiusmod. Incididunt eu quis, pastrami ea excepteur enim pork belly. -</p><p> -Exercitation proident ullamco chuck shank ut dolore fugiat. Jowl ut reprehenderit ham hock short loin boudin. Capicola fugiat commodo laboris tail voluptate dolore chicken sirloin pastrami biltong andouille. Spare ribs consectetur sausage chuck frankfurter aute proident magna tenderloin minim. -</p><p> -Andouille dolor ad, hamburger anim do shank adipisicing corned beef leberkas dolore pancetta bresaola. In meatloaf sint beef. Pork chop eiusmod cupidatat, t-bone culpa chuck fatback brisket. Dolore rump eiusmod quis, labore ribeye doner strip steak boudin ex pariatur brisket. -</p><p> -Pastrami reprehenderit elit sirloin. Adipisicing cillum labore enim chuck, jowl consequat ex beef laborum esse ullamco anim. Elit tenderloin reprehenderit nostrud tail. Shank meatloaf irure, tempor enim pork belly beef pork chop proident. -</p><p> -Sint aliqua doner biltong aliquip short loin ad id ut short ribs. Jerky officia esse ribeye venison t-bone. Bresaola dolor ham, boudin meatloaf rump culpa in sed ut do exercitation short ribs minim irure. Filet mignon frankfurter chuck turducken ut chicken ea. Sirloin labore pastrami ham hock pork belly dolore pork chop proident eu ea flank turducken cupidatat rump salami. Tongue commodo et, doner mollit ea duis pork chop turducken culpa. -</p><p> -Pariatur ex spare ribs jerky pork loin short ribs. Do meatloaf in qui sed adipisicing pig chicken tempor commodo ex boudin laborum tongue. Jerky laboris dolor tongue ribeye, salami aute commodo deserunt. Nulla tri-tip tempor, in turkey sint labore occaecat. Ex sed chicken qui, in pork loin beef ribs eiusmod sunt. Prosciutto corned beef short ribs consequat mollit, sed sunt strip steak nulla esse fatback sausage. Chicken culpa incididunt duis do cow frankfurter. -</p><p> -Prosciutto duis irure rump sunt. Kielbasa jerky dolore non biltong nisi esse dolor turkey elit nostrud aliqua tempor. Dolor in chicken, pork cupidatat kielbasa enim veniam. Sausage ut jowl fatback. Andouille t-bone non corned beef pork chop enim. Minim sirloin voluptate pastrami pork loin shankle. -</p><p> -Sirloin labore consectetur drumstick qui ut turducken pariatur boudin leberkas. Aliqua andouille ball tip jerky leberkas qui, doner nostrud cow adipisicing ham hock voluptate irure. Ham sirloin ham hock boudin ut sint. Exercitation ball tip velit fugiat leberkas. -</p><p> -Do pork cow, elit aliquip in beef ribs. Boudin bacon minim laborum, eiusmod drumstick frankfurter aute exercitation rump adipisicing andouille. Meatloaf esse ribeye dolore ad, cow beef flank frankfurter et sed deserunt ground round. Prosciutto ex pariatur short ribs non. Tongue shank sirloin qui incididunt commodo laborum venison corned beef pariatur. Dolore culpa turducken leberkas, eu sunt kevin. -</p><p> -Capicola dolor rump, non consectetur reprehenderit qui laborum pariatur aute cow swine. Ball tip pork belly elit jowl t-bone. Nisi ex in ullamco ad nostrud frankfurter proident et eu sausage. T-bone beef ribs pancetta voluptate rump ut irure minim pork chop consequat short ribs dolor occaecat id cow. -</p> -<p> -Bacon ipsum dolor sit amet leberkas tri-tip bacon, shank frankfurter kevin tongue. Minim voluptate drumstick ham ullamco. Dolore t-bone capicola tongue shankle eu adipisicing enim tri-tip. Doner shank in cillum enim qui ham hock in anim cow ham laborum prosciutto minim. Brisket ad jowl, ground round id irure in tenderloin pariatur tongue strip steak exercitation magna aliquip. Exercitation labore dolore kevin anim frankfurter. -</p><p> -Ea veniam beef ribs jerky andouille. Beef short ribs reprehenderit bacon eiusmod sunt. Aliqua bacon proident brisket. Proident irure flank pork loin excepteur pork cillum incididunt pig ad laborum velit do dolor. Incididunt non filet mignon duis, eiusmod bacon beef esse tenderloin biltong fatback adipisicing sausage ham hock. Labore dolor occaecat nulla ea pariatur quis qui. Ad ut short ribs, doner incididunt bresaola aliqua mollit veniam jowl et biltong frankfurter sed nostrud. -</p><p> -Quis nulla tri-tip veniam, sint mollit fugiat shank frankfurter pariatur minim. Aute est ut enim pig, chicken in cillum prosciutto. Meatloaf pork chop aute, hamburger adipisicing pig exercitation qui eu irure jowl shankle flank ad sirloin. Culpa pancetta ball tip duis meatball swine turkey ullamco tongue in ut excepteur veniam sausage boudin. Laborum eiusmod mollit sed tempor velit ex in tenderloin meatloaf bresaola elit ut shank consequat. Sirloin pancetta in aliqua kielbasa. -</p><p> -Officia short ribs doner elit id t-bone shank venison reprehenderit jowl deserunt ut. Ham hock dolore venison, pork chop boudin dolore strip steak eiusmod sunt mollit beef ribs hamburger sint irure. Brisket laboris strip steak boudin velit cillum jowl occaecat veniam ullamco swine eiusmod duis mollit ut. Exercitation chicken tongue minim cupidatat in, ut in drumstick boudin meatball. Chuck pancetta spare ribs meatball velit filet mignon. Eiusmod jowl reprehenderit jerky, est turducken kevin pork belly anim drumstick ut aliqua rump. -</p><p> -Esse meatloaf sint elit exercitation, sunt ex turkey andouille capicola sausage beef. Exercitation pancetta corned beef enim officia andouille, laboris ea tempor filet mignon. Pork excepteur incididunt, mollit do exercitation t-bone. Tempor in irure laborum. Anim in laborum, brisket enim beef short ribs. Ut corned beef deserunt dolore occaecat andouille swine shankle short loin meatloaf pig beef ribs sint. -</p><p> -Reprehenderit exercitation meatball sausage laborum. Kevin rump bacon, labore turkey ad elit officia dolore ex ut. Pork loin brisket spare ribs deserunt consectetur sint pancetta ribeye ham hock sausage anim laborum meatloaf. Quis id salami frankfurter. Aliquip ground round tenderloin jerky. -</p><p> -Enim aute leberkas nulla, dolor prosciutto meatball. Shankle turkey irure ut pork loin, pork chop fugiat minim. Turkey shank leberkas incididunt ut, venison dolor in swine rump. Ground round nostrud incididunt, shank filet mignon shankle tail sunt proident rump. In duis quis tongue nulla tempor cillum capicola sausage. Short ribs leberkas prosciutto sirloin enim anim veniam tri-tip. -</p><p> -Occaecat pork loin ad in, commodo chicken chuck dolor ex kielbasa. Pariatur rump consequat short loin turducken cow. Pancetta turkey shank eiusmod consectetur aute. Consectetur shoulder short ribs, velit frankfurter officia swine. Flank leberkas sausage drumstick. Aute do non short ribs sirloin meatloaf, et consequat. Mollit aute meatloaf ut shoulder consectetur. -</p><p> -Sausage hamburger aliquip kevin turducken. Nostrud irure id est. Capicola beef ribs prosciutto, shank exercitation t-bone ex andouille. Enim short loin shoulder, pork loin ut tongue tempor doner. Boudin tongue beef venison dolor, nostrud sausage corned beef dolore ut spare ribs. Magna kielbasa beef ham ut shoulder fugiat frankfurter esse doner aliquip voluptate in non. Pork belly adipisicing culpa, quis short loin drumstick ut sed sirloin minim pancetta fatback id jerky ham. -</p><p> -Cupidatat spare ribs officia turkey. Kielbasa pork chop fugiat flank. Id boudin ground round aute pancetta sausage quis frankfurter fatback andouille salami sunt magna voluptate short ribs. Shankle pastrami pancetta laborum ex kielbasa short ribs venison est consequat in. Andouille sausage quis velit. In culpa turkey hamburger incididunt occaecat est esse meatball nostrud kielbasa in jowl. Capicola dolore labore pork loin cow nisi, reprehenderit tempor. -</p><p> -Kielbasa spare ribs tail, esse aliqua elit tri-tip pork belly tenderloin duis consequat. Voluptate laborum cupidatat boudin shoulder pig. Pariatur fatback doner drumstick in dolor. Laborum tail chuck veniam, dolore short ribs eiusmod. Incididunt eu quis, pastrami ea excepteur enim pork belly. -</p><p> -Exercitation proident ullamco chuck shank ut dolore fugiat. Jowl ut reprehenderit ham hock short loin boudin. Capicola fugiat commodo laboris tail voluptate dolore chicken sirloin pastrami biltong andouille. Spare ribs consectetur sausage chuck frankfurter aute proident magna tenderloin minim. -</p><p> -Andouille dolor ad, hamburger anim do shank adipisicing corned beef leberkas dolore pancetta bresaola. In meatloaf sint beef. Pork chop eiusmod cupidatat, t-bone culpa chuck fatback brisket. Dolore rump eiusmod quis, labore ribeye doner strip steak boudin ex pariatur brisket. -</p><p> -Pastrami reprehenderit elit sirloin. Adipisicing cillum labore enim chuck, jowl consequat ex beef laborum esse ullamco anim. Elit tenderloin reprehenderit nostrud tail. Shank meatloaf irure, tempor enim pork belly beef pork chop proident. -</p><p> -Sint aliqua doner biltong aliquip short loin ad id ut short ribs. Jerky officia esse ribeye venison t-bone. Bresaola dolor ham, boudin meatloaf rump culpa in sed ut do exercitation short ribs minim irure. Filet mignon frankfurter chuck turducken ut chicken ea. Sirloin labore pastrami ham hock pork belly dolore pork chop proident eu ea flank turducken cupidatat rump salami. Tongue commodo et, doner mollit ea duis pork chop turducken culpa. -</p><p> -Pariatur ex spare ribs jerky pork loin short ribs. Do meatloaf in qui sed adipisicing pig chicken tempor commodo ex boudin laborum tongue. Jerky laboris dolor tongue ribeye, salami aute commodo deserunt. Nulla tri-tip tempor, in turkey sint labore occaecat. Ex sed chicken qui, in pork loin beef ribs eiusmod sunt. Prosciutto corned beef short ribs consequat mollit, sed sunt strip steak nulla esse fatback sausage. Chicken culpa incididunt duis do cow frankfurter. -</p><p> -Prosciutto duis irure rump sunt. Kielbasa jerky dolore non biltong nisi esse dolor turkey elit nostrud aliqua tempor. Dolor in chicken, pork cupidatat kielbasa enim veniam. Sausage ut jowl fatback. Andouille t-bone non corned beef pork chop enim. Minim sirloin voluptate pastrami pork loin shankle. -</p><p> -Sirloin labore consectetur drumstick qui ut turducken pariatur boudin leberkas. Aliqua andouille ball tip jerky leberkas qui, doner nostrud cow adipisicing ham hock voluptate irure. Ham sirloin ham hock boudin ut sint. Exercitation ball tip velit fugiat leberkas. -</p><p> -Do pork cow, elit aliquip in beef ribs. Boudin bacon minim laborum, eiusmod drumstick frankfurter aute exercitation rump adipisicing andouille. Meatloaf esse ribeye dolore ad, cow beef flank frankfurter et sed deserunt ground round. Prosciutto ex pariatur short ribs non. Tongue shank sirloin qui incididunt commodo laborum venison corned beef pariatur. Dolore culpa turducken leberkas, eu sunt kevin. -</p><p> -Capicola dolor rump, non consectetur reprehenderit qui laborum pariatur aute cow swine. Ball tip pork belly elit jowl t-bone. Nisi ex in ullamco ad nostrud frankfurter proident et eu sausage. T-bone beef ribs pancetta voluptate rump ut irure minim pork chop consequat short ribs dolor occaecat id cow. -</p> -</body> -</html>
\ No newline at end of file diff --git a/WebContent/statictestfiles/static.html b/WebContent/statictestfiles/static.html deleted file mode 100644 index 17adf5aaba..0000000000 --- a/WebContent/statictestfiles/static.html +++ /dev/null @@ -1,8 +0,0 @@ -<html> -<head> -<title>This is a static file</title> -</head> -<body> -<h1>This is a static file</h1> -</body> -</html>
\ No newline at end of file diff --git a/WebContent/statictestfiles/ticket2095.html b/WebContent/statictestfiles/ticket2095.html deleted file mode 100644 index 228c9e0dab..0000000000 --- a/WebContent/statictestfiles/ticket2095.html +++ /dev/null @@ -1,25 +0,0 @@ -<html> -<head> -<script type="text/javascript"> - -function openPopup() { - // possible workaround if IEmbedded was not modified to add name - // window.name = "foo"; - var popup = window.open('ticket2095_popup.html','mypopup'); - popup._parentName = this.name; -} -</script> -</head> -<body> -<p> -This is file is part of test case for #2095. Embedded.TYPE_BROWSER like iframes -wants to have name, so popups opened by them may submit forms into them. - -</p> - - -<a href="#" onclick="openPopup();">Open popup, will hit debuggger;</a> - -</body> - -</html>
\ No newline at end of file diff --git a/WebContent/statictestfiles/ticket2095_popup.html b/WebContent/statictestfiles/ticket2095_popup.html deleted file mode 100644 index b95dff7ba7..0000000000 --- a/WebContent/statictestfiles/ticket2095_popup.html +++ /dev/null @@ -1,24 +0,0 @@ -<html> - -<head> -<script type="text/javascript"> - -function setTarget() { - document.forms[0].target = _parentName; -} -</script> -</head> - -<body onload="setTarget();"> - -<p>Popup -</p> - -<form action="http://www.google.fi/search"> -<input type="text" name="q" value="vaadin" /> -<input type="submit" value="Google!"/> -</form> - -</body> - -</html>
\ No newline at end of file diff --git a/WebContent/statictestfiles/vaadinsessions.jsp b/WebContent/statictestfiles/vaadinsessions.jsp deleted file mode 100644 index b22787a203..0000000000 --- a/WebContent/statictestfiles/vaadinsessions.jsp +++ /dev/null @@ -1,54 +0,0 @@ -<!DOCTYPE> -<%@page import="com.vaadin.ui.UI"%> -<%@page import="com.vaadin.server.VaadinSession"%> -<HTML> -<HEAD> -<TITLE>JSP integration</TITLE> -<style> -table { - background: #fff; -} - -td { - border: 1px solid black; - padding: .5em; -} -</style> -</HEAD> -<BODY> - <table> - <tr> - <th align="left" colspan=4>Available UIs:</th> - </tr> - <tr> - <th>Service Name</th> - <th>CSRF token</th> - <th>UI id</th> - <th>UI type</th> - <th>Main content</th> - </tr> - <% - HttpSession httpSession = request.getSession(false); - for (VaadinSession vs : VaadinSession.getAllSessions(httpSession)) { - try { - vs.lock(); - for (UI ui : vs.getUIs()) { - out.append("<tr class='uirow'>"); - out.append("<td>" + vs.getService().getServiceName() - + "</td>"); - out.append("<td>" + vs.getCsrfToken() + "</td>"); - out.append("<td>" + ui.getUIId() + "</td>"); - out.append("<td>" + ui.getClass().getName() + "</td>"); - out.append("<td>" + ui.getContent().getClass().getName() + "</td>"); - out.append("</tr>"); - - } - } finally { - vs.unlock(); - } - - } - %> - </table> -</BODY> -</HTML>
\ No newline at end of file |