| Index: LayoutTests/http/tests/serviceworker/client-focus.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/client-focus.html b/LayoutTests/http/tests/serviceworker/client-focus.html
|
| index 0c5eae62fe791377a65cf2f795e362a5ad4f3ba0..2ed10fa29806ed371d06d0ff505a6ba2a6664b38 100644
|
| --- a/LayoutTests/http/tests/serviceworker/client-focus.html
|
| +++ b/LayoutTests/http/tests/serviceworker/client-focus.html
|
| @@ -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;
|
|
|