| 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>
|
|
|