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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/select/select-state-restore.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/select/select-state-restore.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/select/select-state-restore.html b/third_party/WebKit/LayoutTests/fast/forms/select/select-state-restore.html
index c0142279d2fe917800c8f448702582bf1580294b..b9a78bd095f7886a9b70583e6996a325d126cfd0 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/select/select-state-restore.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/select/select-state-restore.html
@@ -10,7 +10,7 @@
<input id="emptyOnFirstVisit">
<div id="parent">
-<form action="data:text/html,&lt;script>history.back()&lt;/script>" id=form1>
+<form action="../../../resources/back.html" id=form1>
<select id="select1" multiple>
<option id="opt-ca-1" value="CA">California 1</option>
<option id="opt-ca-2" value="CA" selected>California 2</option>
@@ -55,7 +55,7 @@ function runTest()
shouldBeFalse('$("opt-wy").selected');
debug('We don\'t care which one is selected because their values are identical:');
shouldBeTrue('!!($("opt-ca-1").selected ^ $("opt-ca-2").selected)');
-
+
$('parent').innerHTML = '';
setTimeout(function() {
finishJSTest();

Powered by Google App Engine
This is Rietveld 408576698