| 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 e81b49aa71b15a414a21adb438343a122f005705..aa706aaa32dc38e338087d146981f413c2e02649 100644
|
| --- a/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html
|
| +++ b/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html
|
| @@ -29,8 +29,8 @@ t.step(function() {
|
| var result = [];
|
| var expected = ['openWindow() can\'t open a window without a user interaction',
|
| 'openWindow() error is InvalidAccessError',
|
| - 'openWindow() can\'t open cross origin windows',
|
| - 'openWindow() error is SecurityError',
|
| + 'openWindow() can open cross origin windows',
|
| + 'openWindow() result: null',
|
| 'openWindow() can open not controlled windows',
|
| 'openWindow() result: null',
|
| 'openWindow() can open controlled windows',
|
|
|