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

Unified Diff: LayoutTests/fast/forms/form-data-encoding.html

Issue 19845004: Do not normalize into NFC the values of form fields (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add normalizeAndEncode() without memory safety problem Created 7 years, 5 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
« no previous file with comments | « no previous file | LayoutTests/fast/forms/form-data-encoding-2.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/form-data-encoding.html
diff --git a/LayoutTests/fast/forms/form-data-encoding.html b/LayoutTests/fast/forms/form-data-encoding.html
index 403758195507d858be25fb60b55f69f811037c3f..68b31f761e46d4855f38860cddc52a925b154228 100644
--- a/LayoutTests/fast/forms/form-data-encoding.html
+++ b/LayoutTests/fast/forms/form-data-encoding.html
@@ -20,7 +20,7 @@ if (document.URL.substring(0, 4) == "file") {
document.f.submit();
} else {
- if (unescape(document.URL.substring(document.URL.indexOf('?')+1, document.URL.length)) == unescape("q=%26%231105%3B%26%2366560%3B%26%23119083%3B%E7%E7"))
+ if (unescape(document.URL.substring(document.URL.indexOf('?')+1, document.URL.length)) == unescape("q=%26%231105%3B%26%2366560%3B%26%23119083%3B%E7c%26%23807%3B"))
document.write("<p>Success</p>");
else
document.write("<p>Failure, query is " + document.URL.substring(document.URL.indexOf('?')+1, document.URL.length) + "</p>");
@@ -35,4 +35,4 @@ if (document.URL.substring(0, 4) == "file") {
}
</script>
</body>
-</html>
+</html>
« no previous file with comments | « no previous file | LayoutTests/fast/forms/form-data-encoding-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698