| OLD | NEW |
| 1 This test makes sure that navigator.registerProtocolHandler throws the proper ex
ceptions and has no-op default implementation. | 1 This test makes sure that navigator.registerProtocolHandler throws the proper ex
ceptions and has no-op default implementation. |
| 2 | 2 |
| 3 Pass: window.navigator.registerProtocolHandler is defined. | 3 Pass: window.navigator.registerProtocolHandler is defined. |
| 4 Pass: Invalid protocol "http" threw SecurityError exception. | 4 Pass: Invalid protocol "http" threw SecurityError exception. |
| 5 Pass: Invalid protocol "https" threw SecurityError exception. | 5 Pass: Invalid protocol "https" threw SecurityError exception. |
| 6 Pass: Invalid protocol "file" threw SecurityError exception. | 6 Pass: Invalid protocol "file" threw SecurityError exception. |
| 7 Pass: Valid protocol "bitcoin" allowed. | 7 Pass: Valid protocol "bitcoin" allowed. |
| 8 Pass: Valid protocol "geo" allowed. | 8 Pass: Valid protocol "geo" allowed. |
| 9 Pass: Valid protocol "im" allowed. | 9 Pass: Valid protocol "im" allowed. |
| 10 Pass: Valid protocol "irc" allowed. | 10 Pass: Valid protocol "irc" allowed. |
| 11 Pass: Valid protocol "ircs" allowed. | 11 Pass: Valid protocol "ircs" allowed. |
| 12 Pass: Valid protocol "magnet" allowed. | 12 Pass: Valid protocol "magnet" allowed. |
| 13 Pass: Valid protocol "mailto" allowed. | 13 Pass: Valid protocol "mailto" allowed. |
| 14 Pass: Valid protocol "mms" allowed. | 14 Pass: Valid protocol "mms" allowed. |
| 15 Pass: Valid protocol "news" allowed. | 15 Pass: Valid protocol "news" allowed. |
| 16 Pass: Valid protocol "nntp" allowed. | 16 Pass: Valid protocol "nntp" allowed. |
| 17 Pass: Valid protocol "sip" allowed. | 17 Pass: Valid protocol "sip" allowed. |
| 18 Pass: Valid protocol "sms" allowed. | 18 Pass: Valid protocol "sms" allowed. |
| 19 Pass: Valid protocol "smsto" allowed. | 19 Pass: Valid protocol "smsto" allowed. |
| 20 Pass: Valid protocol "ssh" allowed. | 20 Pass: Valid protocol "ssh" allowed. |
| 21 Pass: Valid protocol "tel" allowed. | 21 Pass: Valid protocol "tel" allowed. |
| 22 Pass: Valid protocol "urn" allowed. | 22 Pass: Valid protocol "urn" allowed. |
| 23 Pass: Valid protocol "webcal" allowed. | 23 Pass: Valid protocol "webcal" allowed. |
| 24 Pass: Valid protocol "webtai" allowed. | 24 Pass: Valid protocol "wtai" allowed. |
| 25 Pass: Valid protocol "xmpp" allowed. | 25 Pass: Valid protocol "xmpp" allowed. |
| 26 Pass: Invalid url "" threw SyntaxError exception. | 26 Pass: Invalid url "" threw SyntaxError exception. |
| 27 Pass: Invalid url "%S" threw SyntaxError exception. | 27 Pass: Invalid url "%S" threw SyntaxError exception. |
| 28 Pass: Valid call succeeded. | 28 Pass: Valid call succeeded. |
| 29 | 29 |
| OLD | NEW |