| Index: LayoutTests/http/tests/navigation/resources/https-in-page-cache-3.html
|
| diff --git a/LayoutTests/http/tests/navigation/resources/https-in-page-cache-3.html b/LayoutTests/http/tests/navigation/resources/https-in-page-cache-3.html
|
| deleted file mode 100644
|
| index 5b1cfc62dadd1c8cc297b91cb3005a4557becd91..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/navigation/resources/https-in-page-cache-3.html
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -<script>
|
| -
|
| -window.onpageshow = function(evt) {
|
| - if (!evt.persisted)
|
| - return;
|
| -
|
| - alert("The page was restored from the page cache. Good job!");
|
| -
|
| - if (window.testRunner)
|
| - testRunner.notifyDone();
|
| -}
|
| -
|
| -window.onload = function() {
|
| - alert("This page is https and should go in to the page cache.");
|
| - setTimeout('window.location = "go-back.html"', 0);
|
| -}
|
| -
|
| -</script>
|
|
|