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

Unified Diff: third_party/WebKit/LayoutTests/fast/loader/form-state-restore-with-frames.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/form-state-restore-with-frames.html
diff --git a/third_party/WebKit/LayoutTests/fast/loader/form-state-restore-with-frames.html b/third_party/WebKit/LayoutTests/fast/loader/form-state-restore-with-frames.html
index 90ad073e96a6ff29ab3972e3a66247984e2cec48..a1f1a7234d1c09db0ffc6fdb7b03ea1ee3a0da03 100644
--- a/third_party/WebKit/LayoutTests/fast/loader/form-state-restore-with-frames.html
+++ b/third_party/WebKit/LayoutTests/fast/loader/form-state-restore-with-frames.html
@@ -8,7 +8,7 @@
<input name="name1" id="input1">
<iframe id="frame1" src="resources/form-state-restore-with-frames-1.html">
</iframe>
-<form id="form1" action="data:text/html,&lt;script>history.back();&lt;/script>">
+<form id="form1" action="../../resources/back.html">
<input type="submit">
</form>

Powered by Google App Engine
This is Rietveld 408576698