| OLD | NEW |
| (Empty) |
| 1 This test makes sure that navigator.registerProtocolHandler throws the proper ex
ceptions and has no-op default implementation. | |
| 2 | |
| 3 Fail: window.navigator.registerProtocolHandler is not defined. | |
| 4 Fail: Invalid protocol "http" allowed. | |
| 5 Fail: Invalid protocol "https" allowed. | |
| 6 Fail: Invalid protocol "file" allowed. | |
| 7 Fail: Valid protocol "irc" failed. | |
| 8 Fail: Valid protocol "mailto" failed. | |
| 9 Fail: Valid protocol "mms" failed. | |
| 10 Fail: Valid protocol "news" failed. | |
| 11 Fail: Valid protocol "nntp" failed. | |
| 12 Fail: Valid protocol "sms" failed. | |
| 13 Fail: Valid protocol "smsto" failed. | |
| 14 Fail: Valid protocol "tel" failed. | |
| 15 Fail: Valid protocol "urn" failed. | |
| 16 Fail: Valid protocol "webcal" failed. | |
| 17 Fail: Invalid url "" allowed. | |
| 18 Fail: Invalid url "%S" allowed. | |
| 19 Fail: Invalid call did not succeed. | |
| 20 | |
| OLD | NEW |