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

Unified Diff: LayoutTests/fast/forms/form-data-encoding-2.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 | « LayoutTests/fast/forms/form-data-encoding.html ('k') | LayoutTests/fast/forms/form-data-encoding-3.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-2.html
diff --git a/LayoutTests/fast/forms/form-data-encoding-2.html b/LayoutTests/fast/forms/form-data-encoding-2.html
index 3badbb0faa7c9079846ef49f6c49b58cb00bc3a1..3f5ed195c690309da51fb8f2ebc4a2a540bceef5 100644
--- a/LayoutTests/fast/forms/form-data-encoding-2.html
+++ b/LayoutTests/fast/forms/form-data-encoding-2.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=%D1%91%F0%90%90%80%F0%9D%84%AB%C3%A7%C3%A7"))
+ if (unescape(document.URL.substring(document.URL.indexOf('?')+1, document.URL.length)) == unescape("q=%D1%91%F0%90%90%80%F0%9D%84%AB%C3%A7c%CC%A7"))
document.write("<p>Success</p>");
else
document.write("<p>Failure</p>");
@@ -35,4 +35,4 @@ if (document.URL.substring(0, 4) == "file") {
}
</script>
</body>
-</html>
+</html>
« no previous file with comments | « LayoutTests/fast/forms/form-data-encoding.html ('k') | LayoutTests/fast/forms/form-data-encoding-3.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698