diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-07-03 23:42:10 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-07-03 23:42:10 +0200 |
commit | 20be05ad693d1dc348446f12480702ea3269202a (patch) | |
tree | 0e8239af095d87f0c01a687c1557548ed1d8b387 /src | |
parent | Get sure UrlBar is deleted well (i.e. later) and in the right place (diff) | |
download | rekonq-20be05ad693d1dc348446f12480702ea3269202a.tar.xz |
Add HTML static js window:close test
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/html/js_window_close.html | 3 |
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 |