diff options
Diffstat (limited to 'WebCore/manual-tests/resources/before-go-back.html')
-rw-r--r-- | WebCore/manual-tests/resources/before-go-back.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/WebCore/manual-tests/resources/before-go-back.html b/WebCore/manual-tests/resources/before-go-back.html new file mode 100644 index 0000000..10d8dbe --- /dev/null +++ b/WebCore/manual-tests/resources/before-go-back.html @@ -0,0 +1,17 @@ +<html> +<body> +<a href="will-go-back.html"> +Click this link</a> +<br> +<br> +<u>Manual test :</u> +Just click on the link : if the webkit doesn't crash, the test has succeed. +<br> +<u>Details:</u> +This test checks if you can go back to a _blank previously tab-opened page. +<br> +When you click on the above link, one page is loaded and tries to go back. +<br> +If the webkit doesn't meet an assertion failure : this test is successfull. +</body> +</html> |