| Index: LayoutTests/fast/events/pagehide-xhr-open.html
|
| diff --git a/LayoutTests/fast/events/pagehide-xhr-open.html b/LayoutTests/fast/events/pagehide-xhr-open.html
|
| deleted file mode 100644
|
| index e6e542a7998b05ee48e2aaa2deafbfccd4361e1a..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/events/pagehide-xhr-open.html
|
| +++ /dev/null
|
| @@ -1,34 +0,0 @@
|
| -<html>
|
| -<script src="../js/resources/js-test-pre.js"></script>
|
| -<body>
|
| -
|
| -<iframe src="resources/subframe-xmlhttprequest.html" id="a-frame"></iframe> <iframe src="resources/suspend-subframe-2.html" id="b-frame"></iframe>
|
| -
|
| -<script type="text/javascript">
|
| -description('Tries to trigger an assert in xmlhttprequest during pagehide.');
|
| -
|
| -if (window.testRunner)
|
| - testRunner.overridePreference('WebKitUsesPageCachePreferenceKey', 1);
|
| -
|
| -
|
| -onpageshow = function(event)
|
| -{
|
| - if (event.persisted) {
|
| - console.log('Restored page from page cache.');
|
| - if (!window.wasFinishJSTestCalled)
|
| - finishJSTest();
|
| - }
|
| -}
|
| -
|
| -onload = function()
|
| -{
|
| - setTimeout(function() {
|
| - location.href = 'resources/pagehide-timeout-go-back.html';
|
| - }, 0);
|
| -}
|
| -var successfullyParsed = true;
|
| -var jsTestIsAsync = true;
|
| -</script>
|
| -<script src="../js/resources/js-test-post.js"></script>
|
| -</body>
|
| -</html>
|
|
|