| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html
|
| index b9aaeb4082fb927f4cc1b51372dc42aacf3de48d..5812561fda4a395f197270ad544c60f79a5d166d 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html
|
| @@ -40,9 +40,9 @@ t.step(function() {
|
| ' focused: true',
|
| ' frameType: top-level',
|
| 'openWindow() can open about:blank',
|
| - 'openWindow() result: null',
|
| + 'openWindow() error is: TypeError',
|
| 'openWindow() can open about:crash',
|
| - 'openWindow() result: null',
|
| + 'openWindow() error is: TypeError',
|
| 'openWindow() can not open an invalid url',
|
| 'openWindow() error is: TypeError',
|
| 'openWindow() can not open view-source scheme',
|
|
|