Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Unified Diff: LayoutTests/fast/loader/api-test-go-to-current-back-forward-item.html-disabled

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/loader/api-test-go-to-current-back-forward-item.html-disabled
diff --git a/LayoutTests/fast/loader/api-test-go-to-current-back-forward-item.html-disabled b/LayoutTests/fast/loader/api-test-go-to-current-back-forward-item.html-disabled
deleted file mode 100644
index 6cafc15c4963aa4791a9a46d2319d6480fd8d8a7..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/loader/api-test-go-to-current-back-forward-item.html-disabled
+++ /dev/null
@@ -1,23 +0,0 @@
-<script>
-if (window.testRunner) {
- testRunner.waitUntilDone();
- testRunner.dumpAsText();
- testRunner.dumpFrameLoadCallbacks();
- if (sessionStorage.api_goto_current_bf_item) {
- delete sessionStorage.api_goto_current_bf_item;
- testRunner.notifyDone();
- }
-}
-
-function loaded()
-{
- if (window.testRunner) {
- sessionStorage.api_goto_current_bf_item = true;
- testRunner.apiTestGoToCurrentBackForwardItem();
- }
-}
-
-</script>
-<body onload="setTimeout('loaded();', 0);">
-<pre>This is an API test that will only work under DumpRenderTree. It tests using the WebKit api [WebView goToBackForwardItem:] to go to the current item. This needs to actually perform a "real" load, and not be treated as a same-document navigation.</pre>
-</body>

Powered by Google App Engine
This is Rietveld 408576698