| Index: LayoutTests/fast/dom/unregister-protocol-handler.html
|
| diff --git a/LayoutTests/fast/dom/unregister-protocol-handler.html b/LayoutTests/fast/dom/unregister-protocol-handler.html
|
| index cd64c2c442b437b15e3ee20198d67a4d83bafb2d..609726662a994ec463aa715a7490d7701aa4321a 100644
|
| --- a/LayoutTests/fast/dom/unregister-protocol-handler.html
|
| +++ b/LayoutTests/fast/dom/unregister-protocol-handler.html
|
| @@ -17,7 +17,7 @@ if (window.navigator.unregisterProtocolHandler)
|
| else
|
| debug('Fail: window.navigator.unregisterProtocolHandler is not defined.');
|
|
|
| -var invalid_protocols = ['http', 'https', 'file'];
|
| +var invalid_protocols = ['http', 'https', 'file', 'web+'];
|
| invalid_protocols.forEach(function (protocol) {
|
| var succeeded = false;
|
| try {
|
|
|