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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/loading/onload-vs-immediate-refresh.pl

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/http/tests/loading/onload-vs-immediate-refresh.pl
diff --git a/third_party/WebKit/LayoutTests/http/tests/loading/onload-vs-immediate-refresh.pl b/third_party/WebKit/LayoutTests/http/tests/loading/onload-vs-immediate-refresh.pl
index b0c3249788e78e063d46714db9d16af401bde1e9..f41bb0b0987f6531ece4e10969075d35cec5e3ca 100755
--- a/third_party/WebKit/LayoutTests/http/tests/loading/onload-vs-immediate-refresh.pl
+++ b/third_party/WebKit/LayoutTests/http/tests/loading/onload-vs-immediate-refresh.pl
@@ -19,7 +19,7 @@ if (window.testRunner) {
testRunner.waitUntilDone();
}
</script>
-<meta http-equiv="refresh" content="0;url=data:text/html,%3Cbody%20onload='if(window.testRunner)testRunner.notifyDone();'%3EYou%20should%20have%20seen%20an%20alert.">
+<meta http-equiv="refresh" content="0;url=resources/notify-success-on-load.html">
</head>
EOF

Powered by Google App Engine
This is Rietveld 408576698