| Index: LayoutTests/http/tests/navigation/https-in-page-cache.html
|
| diff --git a/LayoutTests/http/tests/navigation/https-in-page-cache.html b/LayoutTests/http/tests/navigation/https-in-page-cache.html
|
| deleted file mode 100644
|
| index 34b9f6ed65907a3b41aaf9ba85497d0a0665f50d..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/navigation/https-in-page-cache.html
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -<script>
|
| -
|
| -if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - testRunner.waitUntilDone();
|
| - testRunner.overridePreference("WebKitUsesPageCachePreferenceKey", 1);
|
| -}
|
| -
|
| -if (location.protocol != "https:")
|
| - location = "https://127.0.0.1:8443/navigation/resources/https-in-page-cache-1.php";
|
| -
|
| -</script>
|
|
|