summaryrefslogtreecommitdiffstats
path: root/WebContent/statictestfiles/ticket2095.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/statictestfiles/ticket2095.html')
-rw-r--r--WebContent/statictestfiles/ticket2095.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/WebContent/statictestfiles/ticket2095.html b/WebContent/statictestfiles/ticket2095.html
new file mode 100644
index 0000000000..228c9e0dab
--- /dev/null
+++ b/WebContent/statictestfiles/ticket2095.html
@@ -0,0 +1,25 @@
+<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