diff options
Diffstat (limited to '')
-rw-r--r-- | dom/base/test/file_bug1691214.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/base/test/file_bug1691214.html b/dom/base/test/file_bug1691214.html new file mode 100644 index 0000000000..e370166598 --- /dev/null +++ b/dom/base/test/file_bug1691214.html @@ -0,0 +1,4 @@ +<!doctype html> +<a id="link-1" href="?1" onclick="window.open(this.href, 'childWin', 'height=300,width=600'); return false;">Open in window.</a> +<br> +<a id="link-2" href="?2" onclick="window.open(this.href, 'childWin', 'height=300,width=600'); return false;">Open in window.</a> |