| 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
|
| deleted file mode 100644
|
| index b19e24d7f5d58622872ca764af3487809edf8117..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/register-protocol-handler-expected.txt
|
| +++ /dev/null
|
| @@ -1,30 +0,0 @@
|
| -This test makes sure that navigator.registerProtocolHandler throws the proper exceptions and has no-op default implementation.
|
| -
|
| -Pass: window.navigator.registerProtocolHandler is defined.
|
| -Pass: Invalid protocol "http" threw SecurityError exception: "Failed to execute 'registerProtocolHandler' on 'Navigator': The scheme 'http' doesn't belong to the protocol whitelist. Please prefix non-whitelisted schemes with the string 'web+'.".
|
| -Pass: Invalid protocol "https" threw SecurityError exception: "Failed to execute 'registerProtocolHandler' on 'Navigator': The scheme 'https' doesn't belong to the protocol whitelist. Please prefix non-whitelisted schemes with the string 'web+'.".
|
| -Pass: Invalid protocol "file" threw SecurityError exception: "Failed to execute 'registerProtocolHandler' on 'Navigator': The scheme 'file' doesn't belong to the protocol whitelist. Please prefix non-whitelisted schemes with the string 'web+'.".
|
| -Pass: Invalid protocol "web+" threw SecurityError exception: "Failed to execute 'registerProtocolHandler' on 'Navigator': The scheme 'web+' is less than five characters long.".
|
| -Pass: Valid protocol "bitcoin" allowed.
|
| -Pass: Valid protocol "geo" allowed.
|
| -Pass: Valid protocol "im" allowed.
|
| -Pass: Valid protocol "irc" allowed.
|
| -Pass: Valid protocol "ircs" allowed.
|
| -Pass: Valid protocol "magnet" allowed.
|
| -Pass: Valid protocol "mailto" allowed.
|
| -Pass: Valid protocol "mms" allowed.
|
| -Pass: Valid protocol "news" allowed.
|
| -Pass: Valid protocol "nntp" allowed.
|
| -Pass: Valid protocol "sip" allowed.
|
| -Pass: Valid protocol "sms" allowed.
|
| -Pass: Valid protocol "smsto" allowed.
|
| -Pass: Valid protocol "ssh" allowed.
|
| -Pass: Valid protocol "tel" allowed.
|
| -Pass: Valid protocol "urn" allowed.
|
| -Pass: Valid protocol "webcal" allowed.
|
| -Pass: Valid protocol "wtai" allowed.
|
| -Pass: Valid protocol "xmpp" allowed.
|
| -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.
|
| -
|
|
|