2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / dom / resources / close.html
blobf0c317f43ced788d865d0f975793df7094a9eb09
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3 <head>
4 <script>
5 function closeThisWindow() {
6 alert("Close Window Opened");
7 self.close();
9 </script>
10 </head>
11 <body onload="closeThisWindow()">
12 This doc should only be opened by middle.html.
13 <br/>
14 This doc should automatically close the window.
15 </body>
16 </html>