summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/goBack-blank-tab-page.html
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:41 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:41 -0800
commit648161bb0edfc3d43db63caed5cc5213bc6cb78f (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /WebCore/manual-tests/goBack-blank-tab-page.html
parenta65af38181ac7d34544586bdb5cd004de93897ad (diff)
downloadexternal_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.zip
external_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.tar.gz
external_webkit-648161bb0edfc3d43db63caed5cc5213bc6cb78f.tar.bz2
auto import from //depot/cupcake/@135843
Diffstat (limited to 'WebCore/manual-tests/goBack-blank-tab-page.html')
-rw-r--r--WebCore/manual-tests/goBack-blank-tab-page.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/WebCore/manual-tests/goBack-blank-tab-page.html b/WebCore/manual-tests/goBack-blank-tab-page.html
deleted file mode 100644
index 7a6157e..0000000
--- a/WebCore/manual-tests/goBack-blank-tab-page.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<html>
-<body>
-<a href="resources/before-go-back.html" target="_blank">
-Link to open in a tab</a>
-<br>
-<br>
-<u>Manual test :</u>
-<br>
-You need to open the above link in a new tab. In the opened page, just click on the link : if the webkit doesn't crash, the test has succeed.
-<br>
-<u>Details :</u>
-<br>
-This test checks if you can go back to a _blank-target previously tab-opened page.
-<br>
-If the webkit doesn't meet an assertion error : this test is Successfull.
-<br>
-When you click on the above link, one page (with _blank target) is loaded and this page will open a link and go back.
-</body>
-</html>