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

Unified Diff: third_party/WebKit/LayoutTests/fast/loader/reload-policy-delegate.html

Issue 2655143002: Drop replacesCurrentHistoryItem, NavigationType (Closed)
Patch Set: More compile fixes Created 3 years, 11 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: third_party/WebKit/LayoutTests/fast/loader/reload-policy-delegate.html
diff --git a/third_party/WebKit/LayoutTests/fast/loader/reload-policy-delegate.html b/third_party/WebKit/LayoutTests/fast/loader/reload-policy-delegate.html
deleted file mode 100644
index 6d5a7bcd55a2cdf2678d977644b88f458816d159..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/loader/reload-policy-delegate.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-<head>
-<script type="text/javascript">
-function startTest()
-{
- testRunner.dumpAsText();
- testRunner.setCustomPolicyDelegate(true, true);
- testRunner.queueReload();
-}
-</script>
-</head>
-<body onload="startTest()">
-<p>Test to make sure that reloads get reload policy.</p>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698