| Index: LayoutTests/http/tests/serviceworker/client-focus.html
|
| ===================================================================
|
| --- LayoutTests/http/tests/serviceworker/client-focus.html (revision 187183)
|
| +++ LayoutTests/http/tests/serviceworker/client-focus.html (working copy)
|
| @@ -21,7 +21,7 @@
|
| .catch(unreached_rejection(t));
|
|
|
| var result = [];
|
| - var expected = ['focus() is present', 'focus() succeeded with false'];
|
| + var expected = ['focus() is present', 'focus() succeeded with true'];
|
|
|
| function onMessage(e) {
|
| var message = e.data;
|
|
|