Skip to content

Commit a10270d

Browse files
add close
1 parent b12fb4f commit a10270d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

browser_testing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<body>
33
<h1>Links for browser testing</h1>
44
Do not click these links unless you are using a browser with site reputation protection.
5-
<p><a href="#" onclick="close_window();return false;">close</a></p>
5+
<p><a href="javascript:window.open('','_self').close();">close</a></p>
66
<p><a href="http://http.badssl.com">HTTP1</a></p>
77
<p><a href="http://www.isthisthingon.org/unicode/index.phtml">HTTP2</a></p>
88
<p><a href="http://classic.austlii.edu.au/austlii/reports/2021/AustLII_YiR_2021.pdf">HTTP PDF</a></p>

0 commit comments

Comments
 (0)