OLD | NEW |
---|---|
(Empty) | |
1 This test makes sure that navigator.isProtocolHandlerRegistered throws the prope r exceptions and returns the default state of handler. | |
2 | |
3 Pass: window.navigator.isProtocolHandlerRegistered is defined. | |
4 Pass: Invalid url "%S" threw SyntaxError exception. | |
5 Pass: window.navigator.isProtocolHandlerRegistered returns "new" state | |
6 | |
OLD | NEW |