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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/radio/state-restore-radio-group.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/forms/radio/state-restore-radio-group.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/radio/state-restore-radio-group.html b/third_party/WebKit/LayoutTests/fast/forms/radio/state-restore-radio-group.html
index 825859c409907732dd4b968dee8f901df4831b16..7a20b4ec4a3724c4e78a24f5dfd73087cb9d303b 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/radio/state-restore-radio-group.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/radio/state-restore-radio-group.html
@@ -9,7 +9,7 @@
<input id=emptyOnFirstVisit>
<div id=parent>
-<form action="data:text/html,<script>history.back()&lt;/script>" id=form1>
+<form action="../../../resources/back.html" id=form1>
<input name=user type=radio id=input1>
<input checked name=user type=radio id=input2>
</form>

Powered by Google App Engine
This is Rietveld 408576698