initial import
[vuplus_webkit] / Source / WebCore / manual-tests / resources / before-go-back.html
1 <html>
2 <body>
3 <a href="will-go-back.html">
4 Click this link</a>
5 <br>
6 <br>
7 <u>Manual test :</u>
8 Just click on the link : if the webkit doesn't crash, the test has succeed.
9 <br>
10 <u>Details:</u>
11 This test checks if you can go back to a _blank previously tab-opened page.
12 <br>
13 When you click on the above link, one page is loaded and tries to go back.
14 <br>
15 If the webkit doesn't meet an assertion failure : this test is successfull.
16 </body>
17 </html>