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

Unified Diff: third_party/WebKit/LayoutTests/fast/url/script-tests/mailto.js

Issue 2820373002: Reland of 'Improve canonicalization of mailto url path components' (Closed)
Patch Set: Created 3 years, 8 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 | « third_party/WebKit/LayoutTests/fast/url/mailto-expected.txt ('k') | url/url_canon_mailtourl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/url/script-tests/mailto.js
diff --git a/third_party/WebKit/LayoutTests/fast/url/script-tests/mailto.js b/third_party/WebKit/LayoutTests/fast/url/script-tests/mailto.js
index 73d2d805e3e4801025a7bc81608ecab6bdc935ea..f8093336ea9c6af4351e60d2d13aceb30d2b2bb7 100644
--- a/third_party/WebKit/LayoutTests/fast/url/script-tests/mailto.js
+++ b/third_party/WebKit/LayoutTests/fast/url/script-tests/mailto.js
@@ -8,7 +8,8 @@ cases = [
["addr1 \t ", "addr1"],
["addr1?to=jon", "addr1?to=jon"],
["addr1,addr2", "addr1,addr2"],
- ["addr1, addr2", "addr1, addr2"],
+ ["addr1, addr2", "addr1,%20addr2"],
+ ['addr1,"addr2"', "addr1,%22addr2%22"],
["addr1%2caddr2", "addr1%2caddr2"],
// U+10300 input as UTF-16 surrogate pair, expected as escaped UTF-8
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/url/mailto-expected.txt ('k') | url/url_canon_mailtourl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698