| Index: LayoutTests/fast/history/timed-refresh-in-cached-frame.html
|
| diff --git a/LayoutTests/fast/history/timed-refresh-in-cached-frame.html b/LayoutTests/fast/history/timed-refresh-in-cached-frame.html
|
| deleted file mode 100644
|
| index 6e9688b4a9356eb3d4892ac4eb55f2ee0fa3a6fc..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/history/timed-refresh-in-cached-frame.html
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -<body onload="redirect()">
|
| -<!-- Needs to take two seconds, because a faster refresh would result in not creating a b/f item for the navigation -->
|
| -<iframe src='data:text/html,<meta http-equiv="Refresh" content="2; URL=about:blank"><script>if (window.testRunner) { window.onpagehide=function(e){alert('pagehide ' + e.persisted)}; }</script>'></iframe>
|
| -<script>
|
| -if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - testRunner.waitUntilDone();
|
| - testRunner.overridePreference("WebKitUsesPageCachePreferenceKey", 1);
|
| -}
|
| -
|
| -function redirect()
|
| -{
|
| - location='data:text/html,<p>PASSED if didn't crash in two seconds.</p><script>if (window.testRunner) setTimeout("testRunner.notifyDone()", 2500); </scr' + 'ipt>';
|
| -}
|
| -</script>
|
|
|