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 37920174396a1e5dd9ed51b55440ee7bb0b1083b..ffa64f96a44d8ab409c02ece62d2a1ccb3399d4f 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', 'geo', 'im', 'irc', 'ircs', 'magnet', 'mailto', 'mms', 'news', 'nntp', 'sip', 'sms', 'smsto', 'ssh', 'tel', 'urn', 'webcal', 'webtai', 'xmpp']; |
+var valid_protocols = ['bitcoin', 'geo', 'im', 'irc', 'ircs', 'magnet', 'mailto', 'mms', 'news', 'nntp', 'sip', 'sms', 'smsto', 'ssh', 'tel', 'urn', 'webcal', 'wtai', 'xmpp']; |
valid_protocols.forEach(function (protocol) { |
var succeeded = false; |
try { |