| Index: LayoutTests/fast/dom/navigatorcontentutils/unregister-protocol-handler.html | 
| diff --git a/LayoutTests/fast/dom/navigatorcontentutils/unregister-protocol-handler.html b/LayoutTests/fast/dom/navigatorcontentutils/unregister-protocol-handler.html | 
| index 16475e6f8605b65dd9ff040660094d6e1c42cd4d..28d721949c8712a5d372a7ddfef8abe78a86bb90 100644 | 
| --- a/LayoutTests/fast/dom/navigatorcontentutils/unregister-protocol-handler.html | 
| +++ b/LayoutTests/fast/dom/navigatorcontentutils/unregister-protocol-handler.html | 
| @@ -33,7 +33,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 { | 
|  |