Index: LayoutTests/fast/dom/register-protocol-handler.html |
diff --git a/LayoutTests/fast/dom/register-protocol-handler.html b/LayoutTests/fast/dom/register-protocol-handler.html |
index c8c282fe36b8a62cfaa40dcf11843564f25cafaf..34aa4ace90db720c9407ecec50524c8180419af3 100644 |
--- a/LayoutTests/fast/dom/register-protocol-handler.html |
+++ b/LayoutTests/fast/dom/register-protocol-handler.html |
@@ -32,7 +32,7 @@ invalid_protocols.forEach(function (protocol) { |
debug('Fail: Invalid protocol "' + protocol + '" allowed.'); |
}); |
-var valid_protocols = ['bitcoin', 'irc', 'mailto', 'mms', 'news', 'nntp', 'sms', 'smsto', 'tel', 'urn', 'webcal']; |
+var valid_protocols = ['bitcoin', 'irc', 'geo', 'mailto', 'magnet', 'mms', 'news', 'nntp', 'sip', 'sms', 'smsto', 'ssh', 'tel', 'urn', 'webcal', 'xmpp']; |
valid_protocols.forEach(function (protocol) { |
var succeeded = false; |
try { |