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

Unified Diff: third_party/WebKit/LayoutTests/fast/loader/redirect-with-open-subframe-2.html

Issue 2741513002: [Merge M-57] Add a warning for the deprecation of content-initiated data URL navigations (Closed)
Patch Set: Created 3 years, 9 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/redirect-with-open-subframe-2.html
diff --git a/third_party/WebKit/LayoutTests/fast/loader/redirect-with-open-subframe-2.html b/third_party/WebKit/LayoutTests/fast/loader/redirect-with-open-subframe-2.html
index 152c43dc192d373321e3052e01dbe8740cac7130..d7e2ba33c4ba422d1c9e51d7207a5dbd9f6397e1 100644
--- a/third_party/WebKit/LayoutTests/fast/loader/redirect-with-open-subframe-2.html
+++ b/third_party/WebKit/LayoutTests/fast/loader/redirect-with-open-subframe-2.html
@@ -6,8 +6,7 @@ function test() {
testRunner.dumpAsText();
}
document.open();
- var newDoc = "SUCCESS<script>if (window.testRunner) testRunner.notifyDone();</scr" + "ipt>";
- setTimeout("window.location='data:text/html," + newDoc + "'", 500);
+ setTimeout("window.location='../../resources/notify-success.html'", 500);
}
</script>
<body onload="test()">

Powered by Google App Engine
This is Rietveld 408576698