Index: LayoutTests/fast/dom/navigatorcontentutils/register-protocol-handler-expected.txt |
diff --git a/LayoutTests/fast/dom/navigatorcontentutils/register-protocol-handler-expected.txt b/LayoutTests/fast/dom/navigatorcontentutils/register-protocol-handler-expected.txt |
index b19e24d7f5d58622872ca764af3487809edf8117..2097022f2db89c785756c52551c6ef21886ae0b5 100644 |
--- a/LayoutTests/fast/dom/navigatorcontentutils/register-protocol-handler-expected.txt |
+++ b/LayoutTests/fast/dom/navigatorcontentutils/register-protocol-handler-expected.txt |
@@ -24,6 +24,10 @@ Pass: Valid protocol "urn" allowed. |
Pass: Valid protocol "webcal" allowed. |
Pass: Valid protocol "wtai" allowed. |
Pass: Valid protocol "xmpp" allowed. |
+Pass: Invalid scheme "mailto:" falied. |
+Pass: Invalid scheme "ssh:/" falied. |
+Pass: Invalid scheme "magnet:+" falied. |
+Pass: Invalid scheme "tel:sip" falied. |
Pass: Invalid url "" threw SyntaxError exception: "Failed to execute 'registerProtocolHandler' on 'Navigator': The url provided ('') does not contain '%s'.". |
Pass: Invalid url "%S" threw SyntaxError exception: "Failed to execute 'registerProtocolHandler' on 'Navigator': The url provided ('%S') does not contain '%s'.". |
Pass: Valid call succeeded. |