Index: LayoutTests/fast/dom/register-protocol-handler-expected.txt |
diff --git a/LayoutTests/fast/dom/register-protocol-handler-expected.txt b/LayoutTests/fast/dom/register-protocol-handler-expected.txt |
index 75a78d73fef93d83444d2bec9e2f934b9cc8bf64..88d3d7b4fb3d018fae0f8905ff7cca72b3d3b32b 100644 |
--- a/LayoutTests/fast/dom/register-protocol-handler-expected.txt |
+++ b/LayoutTests/fast/dom/register-protocol-handler-expected.txt |
@@ -4,6 +4,7 @@ Pass: window.navigator.registerProtocolHandler is defined. |
Pass: Invalid protocol "http" threw SecurityError exception. |
Pass: Invalid protocol "https" threw SecurityError exception. |
Pass: Invalid protocol "file" threw SecurityError exception. |
+Pass: Invalid protocol "web+" threw SecurityError exception. |
Pass: Valid protocol "bitcoin" allowed. |
Pass: Valid protocol "geo" allowed. |
Pass: Valid protocol "im" allowed. |