summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-07-03 23:42:10 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-07-03 23:42:10 +0200
commit20be05ad693d1dc348446f12480702ea3269202a (patch)
tree0e8239af095d87f0c01a687c1557548ed1d8b387
parentGet sure UrlBar is deleted well (i.e. later) and in the right place (diff)
downloadrekonq-20be05ad693d1dc348446f12480702ea3269202a.tar.xz
Add HTML static js window:close test
-rw-r--r--src/tests/html/js_window_close.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/html/js_window_close.html b/src/tests/html/js_window_close.html
new file mode 100644
index 00000000..bf945bbc
--- /dev/null
+++ b/src/tests/html/js_window_close.html
@@ -0,0 +1,3 @@
+<form>
+<input type=button value="Chiudi" onClick="javascript:window.close()" name="button">
+</form> \ No newline at end of file