| 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 5c8d6d5206a705e0d98c26605657f81fb049d5a2..c8c282fe36b8a62cfaa40dcf11843564f25cafaf 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 = ['irc', 'mailto', 'mms', 'news', 'nntp', 'sms', 'smsto', 'tel', 'urn', 'webcal'];
|
| +var valid_protocols = ['bitcoin', 'irc', 'mailto', 'mms', 'news', 'nntp', 'sms', 'smsto', 'tel', 'urn', 'webcal'];
|
| valid_protocols.forEach(function (protocol) {
|
| var succeeded = false;
|
| try {
|
|
|