| 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 9e30ccb77f91efbcea2a46f8efedeb98e110f4f4..19b50acf76e6fd850f10ea5431154f374da6c353 100644
|
| --- a/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html
|
| +++ b/LayoutTests/http/tests/serviceworker/chromium/clients-openwindow.html
|
| @@ -43,6 +43,8 @@ t.step(function() {
|
| 'openWindow() result: null',
|
| 'openWindow() can open about:crash',
|
| 'openWindow() result: null',
|
| + 'openWindow() can not open invalid url',
|
| + 'openWindow() error is: TypeError',
|
| 'openWindow() can not open view-source scheme',
|
| 'openWindow() can not open file scheme',
|
| 'openWindow() error is: SecurityError',
|
|
|