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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/pageshow-pagehide-on-back-uncached.html

Issue 2694903007: Add a warning for the deprecation of content-initiated data URL navigations (Closed)
Patch Set: creis comments Created 3 years, 10 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/events/pageshow-pagehide-on-back-uncached.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/pageshow-pagehide-on-back-uncached.html b/third_party/WebKit/LayoutTests/fast/events/pageshow-pagehide-on-back-uncached.html
index 48ec392824fa4593cdb140bcc58d31a4b645bec9..33a72b4ae29feb236c92e4dda00ef5a29d2bc593 100644
--- a/third_party/WebKit/LayoutTests/fast/events/pageshow-pagehide-on-back-uncached.html
+++ b/third_party/WebKit/LayoutTests/fast/events/pageshow-pagehide-on-back-uncached.html
@@ -14,7 +14,7 @@ window.onload = function(evt) {
setTimeout(function() { if (window.testRunner) testRunner.notifyDone(); }, 10);
} else {
window.name = "pageshow/pagehide";
- setTimeout('window.location = "data:text/html,<script>history.back();</scr" + "ipt>"', 0);
+ setTimeout('window.location = "../../resources/back.html"', 0);
}
}

Powered by Google App Engine
This is Rietveld 408576698