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 ffa64f96a44d8ab409c02ece62d2a1ccb3399d4f..edd02f9aad6df55e27529fd4da22acd8d579de94 100644 |
--- a/LayoutTests/fast/dom/register-protocol-handler.html |
+++ b/LayoutTests/fast/dom/register-protocol-handler.html |
@@ -17,7 +17,7 @@ if (window.navigator.registerProtocolHandler) |
else |
debug('Fail: window.navigator.registerProtocolHandler is not defined.'); |
-var invalid_protocols = ['http', 'https', 'file']; |
+var invalid_protocols = ['http', 'https', 'file', 'web+']; |
invalid_protocols.forEach(function (protocol) { |
var succeeded = false; |
try { |