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 /WebContent/statictestfiles/ticket2095.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 'WebContent/statictestfiles/ticket2095.html')
-rw-r--r-- | WebContent/statictestfiles/ticket2095.html | 25 |
1 files changed, 0 insertions, 25 deletions
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 |