Index: LayoutTests/fast/dom/navigatorcontentutils/register-protocol-handler.html |
diff --git a/LayoutTests/fast/dom/navigatorcontentutils/register-protocol-handler.html b/LayoutTests/fast/dom/navigatorcontentutils/register-protocol-handler.html |
index 2a4dc11372865cd478330cc3b636db0d6ad1d1ca..1f73203d72953f99a595c4a390745d255d4e3b35 100644 |
--- a/LayoutTests/fast/dom/navigatorcontentutils/register-protocol-handler.html |
+++ b/LayoutTests/fast/dom/navigatorcontentutils/register-protocol-handler.html |
@@ -34,7 +34,7 @@ invalid_protocols.forEach(function (protocol) { |
debug('FAIL Invalid protocol "' + protocol + '" allowed.'); |
}); |
-var valid_protocols = ['bitcoin', 'geo', 'im', 'irc', 'ircs', 'magnet', 'mailto', 'mms', 'news', 'nntp', 'sip', 'sms', 'smsto', 'ssh', 'tel', 'urn', 'webcal', 'wtai', 'xmpp']; |
+var valid_protocols = ['bitcoin', 'BitcoIn', 'geo', 'im', 'irc', 'Irc', 'ircs', 'magnet', 'MagneT', 'mailto', 'mms', 'news', 'nntp', 'sip', 'sms', 'smsto', 'SmsTo', 'ssh', 'tel', 'urn', 'webcal', 'WebCAL', 'wtai', 'WTAI', 'xmpp']; |
valid_protocols.forEach(function (protocol) { |
var succeeded = false; |
try { |