| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-matchall-exact-controller.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-matchall-exact-controller.https.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-matchall-exact-controller.https.html
|
| index 3fc2dd5ac84e23fd7b95b140a47af1b598e82fb8..ee60c4a6077d799c2557e096322281a726df9d8b 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-matchall-exact-controller.https.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/clients-matchall-exact-controller.https.html
|
| @@ -28,7 +28,7 @@ function checkWorkerClients(worker, expected) {
|
| }
|
|
|
| let expected = [
|
| - /* visibilityState, focused, url, frameType */
|
| + // visibilityState, focused, url, type, frameType
|
| ['visible', true, new URL(scope + '#1', location).toString(), 'window', 'nested'],
|
| ['visible', false, new URL(scope + '#2', location).toString(), 'window', 'nested']
|
| ];
|
|
|