| Index: LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html b/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html
|
| index 9f21f89075ed4149d7c438d2d9586e9678de2642..4b4e6a3f939263f50a3782c79cdafdae2ab171f7 100644
|
| --- a/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html
|
| +++ b/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html
|
| @@ -32,7 +32,7 @@ t.step(function() {
|
| 'openWindow() can open cross origin windows',
|
| 'openWindow() result: null',
|
| 'openWindow() can open not controlled windows',
|
| - 'openWindow() result: null',
|
| + 'openWindow() result: [object WindowClient]',
|
| 'openWindow() can open controlled windows',
|
| 'openWindow() result: [object WindowClient]',
|
| ' url: ' + location.origin + '/serviceworker/chromium/resources/blank.html',
|
|
|