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

Unified Diff: third_party/WebKit/LayoutTests/fast/url/mailto-expected.txt

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 | « no previous file | third_party/WebKit/LayoutTests/fast/url/script-tests/mailto.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/url/mailto-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/url/mailto-expected.txt b/third_party/WebKit/LayoutTests/fast/url/mailto-expected.txt
index dc49e9191c90befa7589daca00a9951aed4183d3..dbfaf6cf1e6a44e23cf6c5e6438bf7663cb7fb66 100644
--- a/third_party/WebKit/LayoutTests/fast/url/mailto-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/url/mailto-expected.txt
@@ -8,7 +8,8 @@ PASS canonicalize('mailto:addr1@foo.com') is 'mailto:addr1@foo.com'
PASS canonicalize('mailto:addr1 ') is 'mailto:addr1'
PASS canonicalize('mailto:addr1?to=jon') is 'mailto:addr1?to=jon'
PASS canonicalize('mailto:addr1,addr2') is 'mailto:addr1,addr2'
-PASS canonicalize('mailto:addr1, addr2') is 'mailto:addr1, addr2'
+PASS canonicalize('mailto:addr1, addr2') is 'mailto:addr1,%20addr2'
+PASS canonicalize('mailto:addr1,"addr2"') is 'mailto:addr1,%22addr2%22'
PASS canonicalize('mailto:addr1%2caddr2') is 'mailto:addr1%2caddr2'
PASS canonicalize('mailto:𐌀') is 'mailto:%F0%90%8C%80'
PASS canonicalize('mailto:addr1?') is 'mailto:addr1?'
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/url/script-tests/mailto.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698