OLD | NEW |
1 This test makes sure that navigator.unregisterProtocolHandler throws the proper
exceptions and has no-op default implementation. | 1 This test makes sure that navigator.unregisterProtocolHandler throws the proper
exceptions and has no-op default implementation. |
2 | 2 |
3 Fail: window.navigator.unregisterProtocolHandler is not defined. | 3 Fail: window.navigator.unregisterProtocolHandler is not defined. |
4 Fail: Invalid protocol "http" allowed. | 4 Fail: Invalid protocol "http" allowed. |
5 Fail: Invalid protocol "https" allowed. | 5 Fail: Invalid protocol "https" allowed. |
6 Fail: Invalid protocol "file" allowed. | 6 Fail: Invalid protocol "file" allowed. |
7 Fail: Valid protocol "bitcoin" failed. | 7 Fail: Valid protocol "bitcoin" failed. |
8 Fail: Valid protocol "irc" failed. | 8 Fail: Valid protocol "irc" failed. |
| 9 Fail: Valid protocol "geo" failed. |
9 Fail: Valid protocol "mailto" failed. | 10 Fail: Valid protocol "mailto" failed. |
| 11 Fail: Valid protocol "magnet" failed. |
10 Fail: Valid protocol "mms" failed. | 12 Fail: Valid protocol "mms" failed. |
11 Fail: Valid protocol "news" failed. | 13 Fail: Valid protocol "news" failed. |
12 Fail: Valid protocol "nntp" failed. | 14 Fail: Valid protocol "nntp" failed. |
| 15 Fail: Valid protocol "sip" failed. |
13 Fail: Valid protocol "sms" failed. | 16 Fail: Valid protocol "sms" failed. |
14 Fail: Valid protocol "smsto" failed. | 17 Fail: Valid protocol "smsto" failed. |
| 18 Fail: Valid protocol "ssh" failed. |
15 Fail: Valid protocol "tel" failed. | 19 Fail: Valid protocol "tel" failed. |
16 Fail: Valid protocol "urn" failed. | 20 Fail: Valid protocol "urn" failed. |
17 Fail: Valid protocol "webcal" failed. | 21 Fail: Valid protocol "webcal" failed. |
| 22 Fail: Valid protocol "xmpp" failed. |
18 Fail: Invalid url "" allowed. | 23 Fail: Invalid url "" allowed. |
19 Fail: Invalid url "%S" allowed. | 24 Fail: Invalid url "%S" allowed. |
20 Fail: Invalid call did not succeed. | 25 Fail: Invalid call did not succeed. |
21 | 26 |
OLD | NEW |