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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/filename-encoding-expected.txt

Issue 1306073004: Don't NFC normalize filenames in form data (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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: LayoutTests/http/tests/xmlhttprequest/filename-encoding-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/filename-encoding-expected.txt b/LayoutTests/http/tests/xmlhttprequest/filename-encoding-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..46f967431e46bac3111d4546936c5dff515f9afb
--- /dev/null
+++ b/LayoutTests/http/tests/xmlhttprequest/filename-encoding-expected.txt
@@ -0,0 +1,14 @@
+Verify that attachment filenames are not normalized
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS file.name is request.filename
+PASS response.field is request.field
+PASS response.filename is request.filename
+PASS response.type is request.type
+PASS response.content is request.content
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/http/tests/xmlhttprequest/filename-encoding.html ('k') | Source/platform/network/FormDataBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698