Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: LayoutTests/http/tests/navigation/https-in-page-cache.html

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698