diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-04-15 11:06:18 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-04-15 14:00:58 +0300 |
commit | 6b8412033e680ce6e5c7827ac504adf132305726 (patch) | |
tree | 0df05d16c324b285610af8910c126b58f4c490c5 /uitest/src/main/webapp/statictestfiles/ticket2095_popup.html | |
parent | 9192b0bb5e5e699b506b3d3e7df4cf295fbea44a (diff) | |
download | vaadin-framework-6b8412033e680ce6e5c7827ac504adf132305726.tar.gz vaadin-framework-6b8412033e680ce6e5c7827ac504adf132305726.zip |
Build uitest war with maven
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
Diffstat (limited to 'uitest/src/main/webapp/statictestfiles/ticket2095_popup.html')
-rw-r--r-- | uitest/src/main/webapp/statictestfiles/ticket2095_popup.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/uitest/src/main/webapp/statictestfiles/ticket2095_popup.html b/uitest/src/main/webapp/statictestfiles/ticket2095_popup.html new file mode 100644 index 0000000000..b95dff7ba7 --- /dev/null +++ b/uitest/src/main/webapp/statictestfiles/ticket2095_popup.html @@ -0,0 +1,24 @@ +<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 |