| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/windowclient-navigate.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/windowclient-navigate.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/windowclient-navigate.html
|
| index ba7e3fb32ba2f41caaa9457dcff1d863574b8bfd..2d3e8e189dcf8f90b1004fe70792595d39711ea5 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/windowclient-navigate.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/windowclient-navigate.html
|
| @@ -26,15 +26,11 @@ var test_list = [
|
|
|
| var expected = [
|
| location.origin + '/serviceworker/resources/blank.html',
|
| - // TODO(zino): Should TypeError instead of UnknownError.
|
| - // Please see: http://crbug.com/540503
|
| - 'UnknownError',
|
| + 'TypeError',
|
| null,
|
| 'TypeError',
|
| - // TODO(zino): Should TypeError instead of UnknownError.
|
| - // Please see: http://crbug.com/540503
|
| - 'UnknownError',
|
| - 'SecurityError',
|
| + 'TypeError',
|
| + 'TypeError',
|
| 'TypeError',
|
| 'TypeError'
|
| ];
|
|
|