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

Unified Diff: LayoutTests/fast/dom/navigatorcontentutils/register-protocol-handler-expected.txt

Issue 323493003: Scheme of content utils should be compared in an ASCII case-insensitive manner (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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/fast/dom/navigatorcontentutils/register-protocol-handler-expected.txt
diff --git a/LayoutTests/fast/dom/navigatorcontentutils/register-protocol-handler-expected.txt b/LayoutTests/fast/dom/navigatorcontentutils/register-protocol-handler-expected.txt
index f317939a9aa6c72ad533b500341b3b3382393b53..11244f273124adf2fe6a7339cf0335658f113396 100644
--- a/LayoutTests/fast/dom/navigatorcontentutils/register-protocol-handler-expected.txt
+++ b/LayoutTests/fast/dom/navigatorcontentutils/register-protocol-handler-expected.txt
@@ -6,11 +6,14 @@ PASS Invalid protocol "https" threw SecurityError exception: "Failed to execute
PASS Invalid protocol "file" threw SecurityError exception: "Failed to execute 'registerProtocolHandler' on 'Navigator': The scheme 'file' doesn't belong to the protocol whitelist. Please prefix non-whitelisted schemes with the string 'web+'.".
PASS Invalid protocol "web+" threw SecurityError exception: "Failed to execute 'registerProtocolHandler' on 'Navigator': The scheme 'web+' is less than five characters long.".
PASS Valid protocol "bitcoin" allowed.
+PASS Valid protocol "BitcoIn" allowed.
PASS Valid protocol "geo" allowed.
PASS Valid protocol "im" allowed.
PASS Valid protocol "irc" allowed.
+PASS Valid protocol "Irc" allowed.
PASS Valid protocol "ircs" allowed.
PASS Valid protocol "magnet" allowed.
+PASS Valid protocol "MagneT" allowed.
PASS Valid protocol "mailto" allowed.
PASS Valid protocol "mms" allowed.
PASS Valid protocol "news" allowed.
@@ -18,11 +21,14 @@ PASS Valid protocol "nntp" allowed.
PASS Valid protocol "sip" allowed.
PASS Valid protocol "sms" allowed.
PASS Valid protocol "smsto" allowed.
+PASS Valid protocol "SmsTo" allowed.
PASS Valid protocol "ssh" allowed.
PASS Valid protocol "tel" allowed.
PASS Valid protocol "urn" allowed.
PASS Valid protocol "webcal" allowed.
+PASS Valid protocol "WebCAL" allowed.
PASS Valid protocol "wtai" allowed.
+PASS Valid protocol "WTAI" allowed.
PASS Valid protocol "xmpp" allowed.
PASS Invalid scheme "mailto:" falied.
PASS Invalid scheme "ssh:/" falied.

Powered by Google App Engine
This is Rietveld 408576698