Index: LayoutTests/fast/dom/unregister-protocol-handler.html |
diff --git a/LayoutTests/fast/dom/unregister-protocol-handler.html b/LayoutTests/fast/dom/unregister-protocol-handler.html |
index 30b31121113eee01d146eeabaf3b5a75bf867074..d28685c541b3027fc6d87ce0a5912cb343366c57 100644 |
--- a/LayoutTests/fast/dom/unregister-protocol-handler.html |
+++ b/LayoutTests/fast/dom/unregister-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 { |